diff options
| author | Tom Rini <[email protected]> | 2024-12-31 17:54:12 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-01-18 08:28:44 -0600 |
| commit | a0defa4f358145d34e69bcd059b407ea853580cb (patch) | |
| tree | f82e92c471a3c658b3b229167680bc1e79380a4d | |
| parent | 37a777e1286e5c43a8d5b9babeec9436733224d7 (diff) | |
qconfig.py: Update resync message
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 <[email protected]>
Signed-off-by: Tom Rini <[email protected]>
| -rwxr-xr-x | tools/qconfig.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/qconfig.py b/tools/qconfig.py index 058d72cf4bc..259adbe1bc9 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]) |
