From 6064a71fdd8970a1ebfecd9b0035e83c124c6af9 Mon Sep 17 00:00:00 2001 From: apalala Date: Fri, 8 Dec 2023 17:51:28 -0400 Subject: [PATCH] [tool] arg documentation --- tatsu/tool.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tatsu/tool.py b/tatsu/tool.py index fe9d0291..497c90d0 100644 --- a/tatsu/tool.py +++ b/tatsu/tool.py @@ -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(