Skip to content

Commit

Permalink
Document the default behavior of --report
Browse files Browse the repository at this point in the history
Signed-off-by: John Pennycook <john.pennycook@intel.com>
  • Loading branch information
Pennycook committed Apr 4, 2024
1 parent c295e15 commit 86b57a5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/codebasin
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 86b57a5

Please sign in to comment.