[PATCH] qconfig.py: Update resync message

Tom Rini trini at konsulko.com
Wed Jan 1 00:54:12 CET 2025


When using qconfig.py to resync defconfig files and commit the result,
update it to say:
Resync all defconfig files using qconfig.py

Signed-off-by: Tom Rini <trini at konsulko.com>
---
 tools/qconfig.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/qconfig.py b/tools/qconfig.py
index 058d72cf4bcc..259adbe1bc9e 100755
--- a/tools/qconfig.py
+++ b/tools/qconfig.py
@@ -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])
 
 
-- 
2.43.0



More information about the U-Boot mailing list