2752: arv-put explains resumed uploads in more detail.
authorBrett Smith <brett@curoverse.com>
Fri, 30 May 2014 13:49:34 +0000 (09:49 -0400)
committerBrett Smith <brett@curoverse.com>
Fri, 30 May 2014 14:40:11 +0000 (10:40 -0400)
Wording suggested by Peter in refs #2752.

sdk/python/arvados/commands/put.py

index 6dcf91b1c089a79df4cf1d30900c67b4599fb10f..d9e401dcbbdfedec60e573346859cb829cc51eea 100644 (file)
@@ -356,7 +356,9 @@ def main(arguments=None):
                             for sigcode in CAUGHT_SIGNALS}
 
     if writer.bytes_written > 0:  # We're resuming a previous upload.
-        print >>sys.stderr, "arv-put: Resuming previous upload.  Bypass with the --no-resume option."
+        print >>sys.stderr, "\n".join([
+                "arv-put: Resuming previous upload from last checkpoint.",
+                "         Use the --no-resume option to start over."])
         writer.report_progress()
 
     try: