summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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",