qconfig.py: Update resync message
authorTom Rini <trini@konsulko.com>
Tue, 31 Dec 2024 23:54:12 +0000 (17:54 -0600)
committerTom Rini <trini@konsulko.com>
Sat, 18 Jan 2025 14:28:44 +0000 (08:28 -0600)
When using qconfig.py to resync defconfig files and commit the result,
update it to say:
Resync all defconfig files using qconfig.py

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>
tools/qconfig.py

index 058d72c..259adbe 100755 (executable)
@@ -1617,7 +1617,7 @@ def add_commit(configs):
                 '\n   '.join(configs))
     else:
         msg = 'configs: Resync with savedefconfig'
-        msg += '\n\nRsync all defconfig files using moveconfig.py'
+        msg += '\n\nResync all defconfig files using qconfig.py'
     subprocess.call(['git', 'commit', '-s', '-m', msg])