Merge branch 'master' into 8183-projects-dropdown
[arvados.git] / tools / crunchstat-summary / crunchstat_summary / command.py
index a9dfc83bf1835aeed46fd825930b5d8397dc3ad7..78638c60e840b48e2117af842fc472e02d109daa 100644 (file)
@@ -13,7 +13,8 @@ class ArgumentParser(argparse.ArgumentParser):
         src = self.add_mutually_exclusive_group()
         src.add_argument(
             '--job', type=str, metavar='UUID',
-            help='Look up the specified job and read its log data from Keep')
+            help='Look up the specified job and read its log data from Keep'
+            ' (or from the Arvados event log, if the job is still running)')
         src.add_argument(
             '--pipeline-instance', type=str, metavar='UUID',
             help='Summarize each component of the given pipeline instance')