Skip to content

Commit

Permalink
[tool] arg documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
apalala committed Dec 8, 2023
1 parent b8f4bdd commit 6064a71
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tatsu/tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,12 @@ def parse_args():
)
main_mode.add_argument(
'--ng-parser',
'-x',
help='generate parser code from the grammar using new code generator',
action='store_true',
)
main_mode.add_argument(
'--ng-model',
'-y',
help='generate parser model from the grammar using the new code generator',
help='generate a model from the grammar using the new code generator',
action='store_true',
)
main_mode.add_argument(
Expand Down

0 comments on commit 6064a71

Please sign in to comment.