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:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user