[ARVADOS] updated: 518e0fab098eb8e025e72b67d7b2ccd75f3deec9
git at public.curoverse.com
git at public.curoverse.com
Tue Sep 16 13:31:06 EDT 2014
Summary of changes:
sdk/python/arvados/commands/copy.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
via 518e0fab098eb8e025e72b67d7b2ccd75f3deec9 (commit)
from ac22ee15271c0d0c144d9ec42e17da965168e213 (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 518e0fab098eb8e025e72b67d7b2ccd75f3deec9
Author: Tim Pierce <twp at curoverse.com>
Date: Tue Sep 16 13:30:53 2014 -0400
3699: document required options --src and --dst
diff --git a/sdk/python/arvados/commands/copy.py b/sdk/python/arvados/commands/copy.py
index 836c2a6..703028e 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. May be either a pathname to a config file, or the basename of a file in $HOME/.config/arvados/instance_name.conf.')
+ help='The name of the source Arvados instance (required). 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 (interpreted as in --src)')
+ help='The name of the destination Arvados instance (required). 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(
'--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