diff options
Diffstat (limited to 'main.py')
-rwxr-xr-x | main.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -286,7 +286,7 @@ def _CheckWrapperVersion(ver_str, repo_path): | |||
286 | repo: error: | 286 | repo: error: |
287 | !!! Your version of repo %s is too old. | 287 | !!! Your version of repo %s is too old. |
288 | !!! We need at least version %s. | 288 | !!! We need at least version %s. |
289 | !!! A new repo command (%s) is available. | 289 | !!! A new version of repo (%s) is available. |
290 | !!! You must upgrade before you can continue: | 290 | !!! You must upgrade before you can continue: |
291 | 291 | ||
292 | cp %s %s | 292 | cp %s %s |
@@ -295,7 +295,7 @@ repo: error: | |||
295 | 295 | ||
296 | if exp > ver: | 296 | if exp > ver: |
297 | print(""" | 297 | print(""" |
298 | ... A new repo command (%5s) is available. | 298 | ... A new version of repo (%5s) is available. |
299 | ... You should upgrade soon: | 299 | ... You should upgrade soon: |
300 | 300 | ||
301 | cp %s %s | 301 | cp %s %s |