Skip to content

Commit

Permalink
fix help for -nogui
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesneimog committed Nov 3, 2024
1 parent 3012b39 commit 50f3f17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/pd4web/Pd4Web.py
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ def options_flags(self, parser):
required=False,
action="store_true",
default=False,
help="If set to False, it will not load the GUI interface.",
help="Do not use GUI interface",
)
parser.add_argument(
"-z",
Expand Down

0 comments on commit 50f3f17

Please sign in to comment.