From a28ec3514edc292ecb81b63447f9aac9e1dd3599 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Tue, 18 Oct 2022 18:34:55 +0200 Subject: explore-kconfig: --enumerate may not work --- bin/explore-kconfig.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'bin') 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", -- cgit v1.2.3