[ARVADOS] updated: ac22ee15271c0d0c144d9ec42e17da965168e213
git at public.curoverse.com
git at public.curoverse.com
Tue Sep 16 13:28:31 EDT 2014
Summary of changes:
sdk/python/arvados/commands/copy.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
via ac22ee15271c0d0c144d9ec42e17da965168e213 (commit)
from 677eebc84a20221287c22b196dd81cf6ddb22fe1 (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 ac22ee15271c0d0c144d9ec42e17da965168e213
Author: Tim Pierce <twp at curoverse.com>
Date: Tue Sep 16 13:28:12 2014 -0400
3699: more help text for --src and --dst options
diff --git a/sdk/python/arvados/commands/copy.py b/sdk/python/arvados/commands/copy.py
index 88438c8..836c2a6 100755
--- a/sdk/python/arvados/commands/copy.py
+++ b/sdk/python/arvados/commands/copy.py
@@ -39,10 +39,10 @@ def main():
parser.add_argument(
'--src', dest='source_arvados', required=True,
- help='The name of the source Arvados instance.')
+ help='The name of the source Arvados instance. May be either a pathname to a config file, or the basename of a file in $HOME/.config/arvados/instance_name.conf.')
parser.add_argument(
'--dst', dest='destination_arvados', required=True,
- help='The name of the destination Arvados instance.')
+ help='The name of the destination Arvados instance (interpreted as in --src)')
parser.add_argument(
'--recursive', dest='recursive', action='store_true',
help='Recursively copy any dependencies for this object. (default)')
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list