Skip to content

Commit 86b57a5

Browse files
committed
Document the default behavior of --report
Signed-off-by: John Pennycook <john.pennycook@intel.com>
1 parent c295e15 commit 86b57a5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bin/codebasin

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,8 @@ def main():
9090
default=[],
9191
choices=["all", "summary", "clustering"],
9292
help="Generate a report of the specified type. "
93-
+ "May be specified multiple times.",
93+
+ "May be specified multiple times. "
94+
+ "If not specified, all reports will be generated.",
9495
)
9596
deprecated_args.add_argument(
9697
"-d",

0 commit comments

Comments
 (0)