4250: update user guide to reflect current code.
[arvados.git] / doc / user / topics / run-command.html.textile.liquid
index 78f1c84aeec5a1af4e2a24ee93ea3a7b99eb1b9d..ca0045b3139d426e3b91280aec25e791453073e3 100644 (file)
@@ -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:
 
 <notextile>
-<pre><code>~$ <span class="userinput">./run-command --dry-run --script-parameters '{
+<pre><code>~$ <span class="userinput">cd $HOME/arvados/crunch_scripts</span>
+~$ <span class="userinput">./run-command --dry-run --script-parameters '{
   "command": ["echo", "hello world"]
 }'</span>
 run-command: echo hello world