diff options
Diffstat (limited to 'subcmds')
-rw-r--r-- | subcmds/init.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/subcmds/init.py b/subcmds/init.py index be73cecd..20030068 100644 --- a/subcmds/init.py +++ b/subcmds/init.py | |||
@@ -193,7 +193,8 @@ to update the working directory files. | |||
193 | sys.exit(1) | 193 | sys.exit(1) |
194 | 194 | ||
195 | if not opt.quiet: | 195 | if not opt.quiet: |
196 | print('Get %s' % GitConfig.ForUser().UrlInsteadOf(opt.manifest_url), | 196 | print('Downloading manifest from %s' % |
197 | (GitConfig.ForUser().UrlInsteadOf(opt.manifest_url),), | ||
197 | file=sys.stderr) | 198 | file=sys.stderr) |
198 | 199 | ||
199 | # The manifest project object doesn't keep track of the path on the | 200 | # The manifest project object doesn't keep track of the path on the |