Merge branch '4595-node-list-select' closes #4681
authorTom Clegg <tom@curoverse.com>
Mon, 1 Dec 2014 15:58:25 +0000 (10:58 -0500)
committerTom Clegg <tom@curoverse.com>
Mon, 1 Dec 2014 15:58:25 +0000 (10:58 -0500)
doc/sdk/cli/subcommands.html.textile.liquid
doc/user/topics/arv-run.html.textile.liquid

index 3bdcad8af8cd0b551b92719da69cd65bfa14ab11..5d82f7ac01dcc859cf4a0edc7d4f061a554c90d4 100644 (file)
@@ -357,7 +357,7 @@ Options:
 
 h3(#arv-run). arv run
 
-The @arv-run@ command creates Arvados pipelines at the command line that fan out to multiple concurrent tasks across Arvado compute nodes.
+The @arv-run@ command creates Arvados pipelines at the command line that fan out to multiple concurrent tasks across Arvados compute nodes.
 
 The User Guide has a page on "using arv-run":{{site.baseurl}}/user/topics/arv-run.html.
 
index 9854dc22e39da548031ab5b25e999bd84cb3e28e..300ff2ff0431185cba11fa0d696c21f3dbe4c4db 100644 (file)
@@ -4,7 +4,7 @@ navsection: userguide
 title: "Using arv-run"
 ...
 
-The @arv-run@ command enables you create Arvados pipelines at the command line that fan out to multiple concurrent tasks across Arvado compute nodes.
+The @arv-run@ command enables you create Arvados pipelines at the command line that fan out to multiple concurrent tasks across Arvados compute nodes.
 
 {% include 'tutorial_expectations' %}
 
@@ -148,7 +148,7 @@ h2. Additional options
 
 * @--docker-image IMG@ : By default, commands run inside a Docker container created from the latest "arvados/jobs" Docker image.  Use this option to specify a different image to use.  Note: the Docker image must be uploaded to Arvados using @arv keep docker@.
 * @--dry-run@ : Print out the final Arvados pipeline generated by @arv-run@ without submitting it.
-* @--local@ : By default, the pipeline will be submitted to your configured Arvado instance.  Use this option to run the command locally using @arv-run-pipeline-instance --run-jobs-here@.
+* @--local@ : By default, the pipeline will be submitted to your configured Arvados instance.  Use this option to run the command locally using @arv-run-pipeline-instance --run-jobs-here@.
 * @--ignore-rcode@ : Some commands use non-zero exit codes to indicate nonfatal conditions (e.g. @grep@ returns 1 when no match is found).  Set this to indicate that commands that return non-zero return codes should not be considered failed.
 * @--no-wait@ : Do not wait and display logs after submitting command, just exit.