Skip to content

Commit

Permalink
fix: missing help text for target
Browse files Browse the repository at this point in the history
Signed-off-by: rjdbcm <[email protected]>
  • Loading branch information
rjdbcm committed Oct 9, 2024
1 parent 8adcdcc commit a3a8b7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ozi_core/new/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
type=str,
nargs='?',
default='.',
help=TRANSLATION('term-help-target'),
help=TRANSLATION('term-help-new-target'),
)
interactive_defaults = interactive_parser.add_argument_group(TRANSLATION('term-defaults'))
interactive_defaults.add_argument(
Expand Down Expand Up @@ -393,5 +393,5 @@
type=str,
nargs='?',
default='.',
help=TRANSLATION('term-help-target'),
help=TRANSLATION('term-help-new-target'),
)

0 comments on commit a3a8b7b

Please sign in to comment.