diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2019-03-22 21:46:40 +0100 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2019-03-22 21:46:40 +0100 |
| commit | 13f84c78da532c6ecbe47adf7ab1fe9225efc0c9 (patch) | |
| tree | ee77e6771773bb9181d682c35e20f326281ae08e /savedefconfig.py | |
| parent | 5cec7cc7ecc78e8fe52c715c7465b0256392f428 (diff) | |
savedefconfig: Have '--out MINIMAL_CONFIGURATION' instead of '--out OUT'
Small help text improvement.
Diffstat (limited to 'savedefconfig.py')
| -rwxr-xr-x | savedefconfig.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/savedefconfig.py b/savedefconfig.py index f8391a0..ec58d27 100755 --- a/savedefconfig.py +++ b/savedefconfig.py @@ -34,6 +34,7 @@ def main(): parser.add_argument( "--out", + metavar="MINIMAL_CONFIGURATION", default="defconfig", help="Output filename for minimal configuration (default: defconfig)") |
