diff --git a/gclient.py b/gclient.py index 59e2b4c51..03adc856d 100755 --- a/gclient.py +++ b/gclient.py @@ -2935,7 +2935,7 @@ def CMDgitmodules(parser, args): if cache_info: subprocess2.call(['git', 'update-index', '--add'] + cache_info) subprocess2.call(['git', 'add', '.gitmodules']) - print('.gitmodules and gitlinks updated. Please check `git diff --staged`' + print('.gitmodules and gitlinks updated. Please check `git diff --staged` ' 'and commit those staged changes (`git commit` without -a)')