diff options
Diffstat (limited to 'subcmds/start.py')
-rw-r--r-- | subcmds/start.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/subcmds/start.py b/subcmds/start.py index f98f790a..adc6d293 100644 --- a/subcmds/start.py +++ b/subcmds/start.py | |||
@@ -25,6 +25,7 @@ import gitc_utils | |||
25 | from progress import Progress | 25 | from progress import Progress |
26 | from project import SyncBuffer | 26 | from project import SyncBuffer |
27 | 27 | ||
28 | |||
28 | class Start(Command): | 29 | class Start(Command): |
29 | common = True | 30 | common = True |
30 | helpSummary = "Start a new branch for development" | 31 | helpSummary = "Start a new branch for development" |