[ARVADOS] updated: 2.1.0-1638-gebb0b9fe4
Git user
git at public.arvados.org
Wed Nov 17 22:01:20 UTC 2021
Summary of changes:
sdk/python/arvados/commands/arv_copy.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via ebb0b9fe48fa2922867537a59f1d0e9dd83e2c28 (commit)
from 4d68e45dff39d6635658ec85079422bab942fda2 (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 ebb0b9fe48fa2922867537a59f1d0e9dd83e2c28
Author: Peter Amstutz <peter.amstutz at curii.com>
Date: Wed Nov 17 17:00:59 2021 -0500
17962: Add line about printing to stdout on description
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>
diff --git a/sdk/python/arvados/commands/arv_copy.py b/sdk/python/arvados/commands/arv_copy.py
index f041ec6ea..7951842ac 100755
--- a/sdk/python/arvados/commands/arv_copy.py
+++ b/sdk/python/arvados/commands/arv_copy.py
@@ -113,7 +113,7 @@ def main():
copy_opts.set_defaults(recursive=True)
parser = argparse.ArgumentParser(
- description='Copy a workflow, collection or project from one Arvados instance to another.',
+ description='Copy a workflow, collection or project from one Arvados instance to another. On success, the uuid of the copied object is printed to stdout.',
parents=[copy_opts, arv_cmd.retry_opt])
args = parser.parse_args()
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list