qconfig: Rename the doc link in help text

This was missed during the renaming of the tool. Fix it.

Signed-off-by: Julien Stephan <jstephan@baylibre.com>
Fixes: ea4d6dead3 ("moveconfig: Rename the tool to qconfig")
Reviewed-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
Julien Stephan
2026-07-14 15:41:23 -06:00
committed by Tom Rini
parent e24624017f
commit ab106a8564
+1 -1
View File
@@ -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