[PATCH 2/2] qconfig: Rename the doc link in help text
Julien Stephan
jstephan at baylibre.com
Thu Jul 2 16:04:42 CEST 2026
This was missed during the renaming of the tool. Fix it.
Signed-off-by: Julien Stephan <jstephan at baylibre.com>
Fixes: ea4d6dead372 ("moveconfig: Rename the tool to qconfig")
---
tools/qconfig.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/qconfig.py b/tools/qconfig.py
index 9b151566e03..930eb0e203d 100755
--- a/tools/qconfig.py
+++ b/tools/qconfig.py
@@ -1514,7 +1514,7 @@ def parse_args():
cpu_count = 1
epilog = '''Move config options from headers to defconfig files. See
-doc/develop/moveconfig.rst for documentation.'''
+doc/develop/qconfig.rst for documentation.'''
parser = ArgumentParser(epilog=epilog)
# Add arguments here
--
2.54.0
More information about the U-Boot
mailing list