12483: Add Rename(old,new) to CollectionFileSystem.
[arvados.git] / 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')