X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/075688b8e7bea4ae33b9c949d8e8f8733ec9c6db..7a54fd6a073e03f98f68d0b6c816a9f394f625dd:/doc/user/topics/running-pipeline-command-line.html.textile.liquid diff --git a/doc/user/topics/running-pipeline-command-line.html.textile.liquid b/doc/user/topics/running-pipeline-command-line.html.textile.liquid index 1dc69e7599..8acce956e9 100644 --- a/doc/user/topics/running-pipeline-command-line.html.textile.liquid +++ b/doc/user/topics/running-pipeline-command-line.html.textile.liquid @@ -9,7 +9,7 @@ In "Writing a pipeline":{{ site.baseurl }}/user/tutorials/tutorial-firstscript.h
~$ cat >the_pipeline <<EOF
 {
-  "name":"Filter md5 hash values",
+  "name":"Filter MD5 hash values",
   "components":{
     "do_hash":{
       "script":"hash.py",
@@ -35,7 +35,7 @@ EOF
 ~$ arv pipeline_template create --pipeline-template "$(cat the_pipeline)"
-(Your shell should automatically fill in @$USER@ with your login name. The JSON that gets saved should have @"repository"@ pointed at your personal git repository.) +(Your shell should automatically fill in @$USER@ with your login name. The JSON that gets saved should have @"repository"@ pointed at your personal Git repository.) You can run this pipeline from the command line using @arv pipeline run@, filling in the UUID that you received from @arv pipeline_template create@: