Merge branch '3351-keep-timeout' closes #3351
[arvados.git] / doc / user / topics / running-pipeline-command-line.html.textile.liquid
index 1dc69e7599f9d20132a73dc3637de74531e36258..8acce956e9a6225d4b6a9d44724d6f3dfdc86205 100644 (file)
@@ -9,7 +9,7 @@ In "Writing a pipeline":{{ site.baseurl }}/user/tutorials/tutorial-firstscript.h
 <notextile>
 <pre><code>~$ <span class="userinput">cat &gt;the_pipeline &lt;&lt;EOF
 {
-  "name":"Filter md5 hash values",
+  "name":"Filter MD5 hash values",
   "components":{
     "do_hash":{
       "script":"hash.py",
@@ -35,7 +35,7 @@ EOF</span>
 ~$ <span class="userinput">arv pipeline_template create --pipeline-template "$(cat the_pipeline)"</span></code></pre>
 </notextile>
 
-(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@: