diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2018-10-06 04:43:00 +0200 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2018-10-06 04:43:00 +0200 |
| commit | 5d15df94df761e17d499c4430bd6dbe889490b97 (patch) | |
| tree | d8c0e4a41c598b5cf8d136c983d530109c4ffffa | |
| parent | 358b77aa1db60b3615eb6e47206afafccbcbda9c (diff) | |
Update genconfig usage description
Didn't mention --config-out.
| -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 |
