Skip to content

Commit

Permalink
fix: Identifiers Scan arg help
Browse files Browse the repository at this point in the history
fixed arg help after PR Fraunhofer-AISEC#457
  • Loading branch information
mich41v4294 authored Apr 19, 2024
1 parent 3d33e23 commit 264bfb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gallia/commands/scan/uds/identifiers.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def configure_parser(self) -> None:
"--sessions",
type=auto_int,
nargs="*",
help="Set list of sessions to be tested; all if None",
help="Set list of sessions to be tested; current if None",
)
self.parser.add_argument(
"--start",
Expand Down

0 comments on commit 264bfb9

Please sign in to comment.