commit | a52f97d5a5b39d61b853a5ad839c130874cc5cd4 | [log] [tgz] |
---|---|---|
author | Gilles Peskine <Gilles.Peskine@arm.com> | Thu Aug 01 23:13:47 2019 +0200 |
committer | Darryl Green <darryl.green@arm.com> | Wed Nov 13 14:33:34 2019 +0000 |
tree | 26570145213fd0c7b001aaec32050468ec6c8452 | |
parent | b6fa7970a658259b43f378413076feb520f4dc97 [diff] [blame] |
Fix --force requiring an argument
diff --git a/scripts/config.py b/scripts/config.py index d5f1a43..f0b5187 100755 --- a/scripts/config.py +++ b/scripts/config.py
@@ -331,6 +331,7 @@ Default: {}. """.format(ConfigFile.default_path)) parser.add_argument('--force', '-o', + action='store_true', help="""For the set command, if SYMBOL is not present, add a definition for it.""") parser.add_argument('--write', '-w',