summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Stephan <[email protected]>2026-07-02 16:04:42 +0200
committerTom Rini <[email protected]>2026-07-14 15:41:23 -0600
commitab106a8564811b0cdbcec4b2998145dc5b304783 (patch)
tree99e8b158030d4f11c914a637ae1ea7ed848c8663
parente24624017f49dfe22845316ccd11b8c4487c2022 (diff)
qconfig: Rename the doc link in help text
This was missed during the renaming of the tool. Fix it. Signed-off-by: Julien Stephan <[email protected]> Fixes: ea4d6dead372 ("moveconfig: Rename the tool to qconfig") Reviewed-by: Tom Rini <[email protected]>
-rwxr-xr-xtools/qconfig.py2
1 files changed, 1 insertions, 1 deletions
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