X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/308a6da1a9fd716f3957b116110a932c08aefafe..4d8209df92198e6207d3d38cbb7a189cb319bf3c:/doc/user/topics/run-command.html.textile.liquid diff --git a/doc/user/topics/run-command.html.textile.liquid b/doc/user/topics/run-command.html.textile.liquid index 78f1c84aee..ca0045b313 100644 --- a/doc/user/topics/run-command.html.textile.liquid +++ b/doc/user/topics/run-command.html.textile.liquid @@ -18,7 +18,8 @@ The basic @run-command@ process evaluates its inputs and builds a command line, In the following examples, you can use "dry run mode" to determine the command line that @run-command@ will use without actually running the command. For example: -
~$ ./run-command --dry-run --script-parameters '{
+
~$ cd $HOME/arvados/crunch_scripts
+~$ ./run-command --dry-run --script-parameters '{
   "command": ["echo", "hello world"]
 }'
 run-command: echo hello world