diff options
Diffstat (limited to 'subcmds/version.py')
-rw-r--r-- | subcmds/version.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/subcmds/version.py b/subcmds/version.py index 1d9abb58..09b053ea 100644 --- a/subcmds/version.py +++ b/subcmds/version.py | |||
@@ -25,7 +25,7 @@ class Version(Command, MirrorSafeCommand): | |||
25 | wrapper_version = None | 25 | wrapper_version = None |
26 | wrapper_path = None | 26 | wrapper_path = None |
27 | 27 | ||
28 | common = False | 28 | COMMON = False |
29 | helpSummary = "Display the version of repo" | 29 | helpSummary = "Display the version of repo" |
30 | helpUsage = """ | 30 | helpUsage = """ |
31 | %prog | 31 | %prog |