Skip to content

Commit

Permalink
Remove debug help text
Browse files Browse the repository at this point in the history
  • Loading branch information
thequilo committed Jan 25, 2024
1 parent 5905a2c commit 4e014e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meeteval/wer/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ def __init__(self):
formatter_class=SmartFormatter
)
self.parser.add_argument('--version', action='store_true',
help='Show version\nwith\nlinebreaks')
help='Show version')

# Logging and verbosity
logging.addLevelName(100,
Expand Down

0 comments on commit 4e014e7

Please sign in to comment.