diff options
| -rwxr-xr-x | genconfig.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/genconfig.py b/genconfig.py index 4fe84d6..5fd3cf2 100755 --- a/genconfig.py +++ b/genconfig.py @@ -12,7 +12,9 @@ # # Usage (see argument help texts for more information): # -# genconfig.py [-h] [--header-path HEADER_FILE] [--sync-deps [OUTPUT_DIR]] [KCONFIG_FILENAME] +# genconfig.py [-h] [--header-path HEADER_FILE] +# [--sync-deps [OUTPUT_DIR]] [--config-out CONFIG_FILE] +# [KCONFIG_FILENAME] import argparse |
