diff options
Diffstat (limited to 'subcmds/selfupdate.py')
-rw-r--r-- | subcmds/selfupdate.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/subcmds/selfupdate.py b/subcmds/selfupdate.py index b157e2f1..4817a862 100644 --- a/subcmds/selfupdate.py +++ b/subcmds/selfupdate.py | |||
@@ -22,6 +22,7 @@ from command import Command, MirrorSafeCommand | |||
22 | from subcmds.sync import _PostRepoUpgrade | 22 | from subcmds.sync import _PostRepoUpgrade |
23 | from subcmds.sync import _PostRepoFetch | 23 | from subcmds.sync import _PostRepoFetch |
24 | 24 | ||
25 | |||
25 | class Selfupdate(Command, MirrorSafeCommand): | 26 | class Selfupdate(Command, MirrorSafeCommand): |
26 | common = False | 27 | common = False |
27 | helpSummary = "Update repo to the latest version" | 28 | helpSummary = "Update repo to the latest version" |