diff options
Diffstat (limited to 'subcmds/sync.py')
-rw-r--r-- | subcmds/sync.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/subcmds/sync.py b/subcmds/sync.py index 67d9c115..b15d9477 100644 --- a/subcmds/sync.py +++ b/subcmds/sync.py | |||
@@ -66,7 +66,7 @@ _ONE_DAY_S = 24 * 60 * 60 | |||
66 | 66 | ||
67 | class Sync(Command, MirrorSafeCommand): | 67 | class Sync(Command, MirrorSafeCommand): |
68 | jobs = 1 | 68 | jobs = 1 |
69 | common = True | 69 | COMMON = True |
70 | helpSummary = "Update working tree to the latest revision" | 70 | helpSummary = "Update working tree to the latest revision" |
71 | helpUsage = """ | 71 | helpUsage = """ |
72 | %prog [<project>...] | 72 | %prog [<project>...] |