Skip to content

Commit

Permalink
make them match at warning (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
al-niessner authored Jul 28, 2022
1 parent 0a33001 commit bd3487b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Python/dawgie/pl/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def run (self, *_args, **_kwds):
help='a filename to put all of the log messages into [%(default)s]')
ap.add_argument ('-L', '--log-level', default=logging.ERROR, required=False,
type=dawgie.util.log_level,
help='set the verbosity that you want where a smaller number means more verbose [logging.ERROR]')
help='set the verbosity that you want where a smaller number means more verbose [logging.WARN]')
ap.add_argument ('-p', '--port', default=dawgie.context.fe_port,
required=False, type=int,
help='server port number for the display [%(default)s]')
Expand Down

0 comments on commit bd3487b

Please sign in to comment.