diff options
Diffstat (limited to 'subcmds/start.py')
-rw-r--r-- | subcmds/start.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/subcmds/start.py b/subcmds/start.py index ff2bae56..2addaf2e 100644 --- a/subcmds/start.py +++ b/subcmds/start.py | |||
@@ -25,7 +25,7 @@ from project import SyncBuffer | |||
25 | 25 | ||
26 | 26 | ||
27 | class Start(Command): | 27 | class Start(Command): |
28 | common = True | 28 | COMMON = True |
29 | helpSummary = "Start a new branch for development" | 29 | helpSummary = "Start a new branch for development" |
30 | helpUsage = """ | 30 | helpUsage = """ |
31 | %prog <newbranchname> [--all | <project>...] | 31 | %prog <newbranchname> [--all | <project>...] |