12546: Update help message.
authorTom Clegg <tclegg@veritasgenetics.com>
Thu, 2 Nov 2017 19:09:28 +0000 (15:09 -0400)
committerTom Clegg <tclegg@veritasgenetics.com>
Thu, 2 Nov 2017 19:09:28 +0000 (15:09 -0400)
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tclegg@veritasgenetics.com>

tools/crunchstat-summary/crunchstat_summary/command.py

index a70e4b2d0354ab9adf82097f9bd17e0a55c8e8de..71bf38357b885952fd9c327317a458a81ab48984 100644 (file)
@@ -29,7 +29,7 @@ class ArgumentParser(argparse.ArgumentParser):
             help='Read log data from a regular file')
         self.add_argument(
             '--skip-child-jobs', action='store_true',
-            help='Do not include stats from child jobs')
+            help='Do not include stats from child jobs/containers')
         self.add_argument(
             '--format', type=str, choices=('html', 'text'), default='text',
             help='Report format')