[ARVADOS] updated: dd3a873512742870ef338028996ba36784f56bf8
git at public.curoverse.com
git at public.curoverse.com
Fri Feb 21 14:50:26 EST 2014
Summary of changes:
doc/user/reference/sdk-cli.html.textile.liquid | 4 ++--
.../running-external-program.html.textile.liquid | 4 ++--
...rial-gatk-variantfiltration.html.textile.liquid | 2 +-
.../tutorial-parallel.html.textile.liquid | 4 ++--
4 files changed, 7 insertions(+), 7 deletions(-)
via dd3a873512742870ef338028996ba36784f56bf8 (commit)
from c981b80d8965d62435045518f569e3f270014298 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit dd3a873512742870ef338028996ba36784f56bf8
Author: Tom Clegg <tom at curoverse.com>
Date: Fri Feb 21 14:50:14 2014 -0500
Remove -h flag from arv examples in docs, now that it means --help.
diff --git a/doc/user/reference/sdk-cli.html.textile.liquid b/doc/user/reference/sdk-cli.html.textile.liquid
index 5effb1d..f8d3a43 100644
--- a/doc/user/reference/sdk-cli.html.textile.liquid
+++ b/doc/user/reference/sdk-cli.html.textile.liquid
@@ -32,10 +32,10 @@ Get list of resource methods for the "user" resource type
h3. Basic examples
Get record for current user
- at arv -h user current@
+ at arv user current@
Get entire record for some specific user
- at arv -h user get --uuid 6dnxa-tpzed-iimd25zhzh84gbk@
+ at arv user get --uuid 6dnxa-tpzed-iimd25zhzh84gbk@
Update user record
@arv user update --uuid 6dnxa-tpzed-iimd25zhzh84gbk --first-name "Bob"@
diff --git a/doc/user/tutorials/running-external-program.html.textile.liquid b/doc/user/tutorials/running-external-program.html.textile.liquid
index 875e3cf..e7819a1 100644
--- a/doc/user/tutorials/running-external-program.html.textile.liquid
+++ b/doc/user/tutorials/running-external-program.html.textile.liquid
@@ -55,13 +55,13 @@ You should now be able to run your new script using Crunch, with "script" referr
}
}
EOF</span>
-~/<b>you</b>/crunch_scripts$ <span class="userinput">arv -h job create --job "$(cat the_job)"</span>
+~/<b>you</b>/crunch_scripts$ <span class="userinput">arv job create --job "$(cat the_job)"</span>
{
...
"uuid":"qr1hi-xxxxx-xxxxxxxxxxxxxxx"
...
}
-~/<b>you</b>/crunch_scripts$ <span class="userinput">arv -h job get --uuid qr1hi-xxxxx-xxxxxxxxxxxxxxx</span>
+~/<b>you</b>/crunch_scripts$ <span class="userinput">arv job get --uuid qr1hi-xxxxx-xxxxxxxxxxxxxxx</span>
{
...
"output":"4d164b1658c261b9afc6b479130016a3+54",
diff --git a/doc/user/tutorials/tutorial-gatk-variantfiltration.html.textile.liquid b/doc/user/tutorials/tutorial-gatk-variantfiltration.html.textile.liquid
index 9372dad..e522b6e 100644
--- a/doc/user/tutorials/tutorial-gatk-variantfiltration.html.textile.liquid
+++ b/doc/user/tutorials/tutorial-gatk-variantfiltration.html.textile.liquid
@@ -120,7 +120,7 @@ EOF</span>
Now start a job:
<notextile>
-<pre><code>~$ <span class="userinput">arv -h job create --job "$(cat the_job)"</span>
+<pre><code>~$ <span class="userinput">arv job create --job "$(cat the_job)"</span>
{
"href":"https://qr1hi.arvadosapi.com/arvados/v1/jobs/qr1hi-8i9sb-n9k7qyp7bs5b9d4",
"kind":"arvados#job",
diff --git a/doc/user/tutorials/tutorial-parallel.html.textile.liquid b/doc/user/tutorials/tutorial-parallel.html.textile.liquid
index 7985cf3..fde36de 100644
--- a/doc/user/tutorials/tutorial-parallel.html.textile.liquid
+++ b/doc/user/tutorials/tutorial-parallel.html.textile.liquid
@@ -51,13 +51,13 @@ You should now be able to run your new script using Crunch, with "script" referr
}
}
EOF</span>
-~/<b>you</b>/crunch_scripts$ <span class="userinput">arv -h job create --job "$(cat ~/the_job)"</span>
+~/<b>you</b>/crunch_scripts$ <span class="userinput">arv job create --job "$(cat ~/the_job)"</span>
{
...
"uuid":"qr1hi-xxxxx-xxxxxxxxxxxxxxx"
...
}
-~/<b>you</b>/crunch_scripts$ <span class="userinput">arv -h job get --uuid qr1hi-xxxxx-xxxxxxxxxxxxxxx</span>
+~/<b>you</b>/crunch_scripts$ <span class="userinput">arv job get --uuid qr1hi-xxxxx-xxxxxxxxxxxxxxx</span>
{
...
"output":"e2ccd204bca37c77c0ba59fc470cd0f7+162",
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list