Skip to content

Commit

Permalink
fix: Remove useless comment in CLI help message
Browse files Browse the repository at this point in the history
  • Loading branch information
titom73 committed Jul 12, 2024
1 parent 0a8f952 commit 1ad77d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion anta/cli/nrfu/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def text(ctx: click.Context) -> None:
help="Path to save report as a CSV file",
)
def csv(ctx: click.Context, csv_output: pathlib.Path) -> None:
"""ANTA command to check network states with CSV result. It only saves test results and not the output from --group-by option."""
"""ANTA command to check network states with CSV result."""
run_tests(ctx)
save_to_csv(ctx, csv_file=csv_output)
exit_with_code(ctx)
Expand Down

0 comments on commit 1ad77d7

Please sign in to comment.