summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <daniel.friesel@uos.de>2022-10-18 18:34:55 +0200
committerDaniel Friesel <daniel.friesel@uos.de>2022-10-18 18:34:55 +0200
commita28ec3514edc292ecb81b63447f9aac9e1dd3599 (patch)
treec29dc876ed87a7dee9f217000bad1a518c2fc307
parent0fa46d5aa180031b195c167f2bfa4720e4fc9e28 (diff)
explore-kconfig: --enumerate may not work
-rwxr-xr-xbin/explore-kconfig.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/explore-kconfig.py b/bin/explore-kconfig.py
index 3dce524..deb19b7 100755
--- a/bin/explore-kconfig.py
+++ b/bin/explore-kconfig.py
@@ -40,7 +40,9 @@ def main():
help="Set log level",
)
parser.add_argument(
- "--enumerate", action="store_true", help="Enumerate all valid configurations"
+ "--enumerate",
+ action="store_true",
+ help="Enumerate all valid configurations (DEPRECATED and UNMAINTAINED)",
)
parser.add_argument(
"--random",