[ARVADOS] updated: a69da9e1aaa4e80209d21fba82e79d02b90222c0
git at public.curoverse.com
git at public.curoverse.com
Thu Aug 7 19:56:41 EDT 2014
Summary of changes:
sdk/python/arvados/commands/put.py | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
via a69da9e1aaa4e80209d21fba82e79d02b90222c0 (commit)
from 4e5e843708a52e8587344be28269e14d7ad41409 (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 a69da9e1aaa4e80209d21fba82e79d02b90222c0
Author: Tom Clegg <tom at curoverse.com>
Date: Thu Aug 7 19:56:38 2014 -0400
3499: Update arv-put usage message to reflect new behavior.
diff --git a/sdk/python/arvados/commands/put.py b/sdk/python/arvados/commands/put.py
index 342915e..d3efa63 100644
--- a/sdk/python/arvados/commands/put.py
+++ b/sdk/python/arvados/commands/put.py
@@ -40,11 +40,13 @@ stream per filesystem directory that contains files.
""")
upload_opts.add_argument('--project-uuid', metavar='UUID', help="""
-When a Collection is made, make a Link to save it under the specified project.
+Store the collection in the specified project, instead of your Home
+project.
""")
upload_opts.add_argument('--name', help="""
-When a Collection is linked to a project, use the specified name.
+Save the collection with the specified name, rather than the default
+generic name "Saved at {time} by {username}@{host}".
""")
_group = upload_opts.add_mutually_exclusive_group()
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list