From 86b57a5d27d0a6cc26cc1ff668652eca2f04fb4c Mon Sep 17 00:00:00 2001 From: John Pennycook Date: Thu, 4 Apr 2024 07:23:40 -0700 Subject: [PATCH] Document the default behavior of --report Signed-off-by: John Pennycook --- bin/codebasin | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/codebasin b/bin/codebasin index bb17f9f..14f41b1 100755 --- a/bin/codebasin +++ b/bin/codebasin @@ -90,7 +90,8 @@ def main(): default=[], choices=["all", "summary", "clustering"], help="Generate a report of the specified type. " - + "May be specified multiple times.", + + "May be specified multiple times. " + + "If not specified, all reports will be generated.", ) deprecated_args.add_argument( "-d",