Skip to content

Commit

Permalink
fix --help
Browse files Browse the repository at this point in the history
show correct help message
  • Loading branch information
w-e-w committed Feb 4, 2023
1 parent 3e0f9a7 commit dd20fc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ def prepare_environment():

sys.argv += shlex.split(commandline_args)

parser = argparse.ArgumentParser()
parser = argparse.ArgumentParser(add_help=False)
parser.add_argument("--ui-settings-file", type=str, help="filename to use for ui settings", default='config.json')
args, _ = parser.parse_known_args(sys.argv)

Expand Down

0 comments on commit dd20fc0

Please sign in to comment.