diff options
Diffstat (limited to 'subcmds/smartsync.py')
-rw-r--r-- | subcmds/smartsync.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/subcmds/smartsync.py b/subcmds/smartsync.py index c7d1d4d4..d91d59c6 100644 --- a/subcmds/smartsync.py +++ b/subcmds/smartsync.py | |||
@@ -16,7 +16,7 @@ from subcmds.sync import Sync | |||
16 | 16 | ||
17 | 17 | ||
18 | class Smartsync(Sync): | 18 | class Smartsync(Sync): |
19 | common = True | 19 | COMMON = True |
20 | helpSummary = "Update working tree to the latest known good revision" | 20 | helpSummary = "Update working tree to the latest known good revision" |
21 | helpUsage = """ | 21 | helpUsage = """ |
22 | %prog [<project>...] | 22 | %prog [<project>...] |