diff options
-rw-r--r-- | subcmds/start.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/subcmds/start.py b/subcmds/start.py index 25b229f1..04589fb2 100644 --- a/subcmds/start.py +++ b/subcmds/start.py | |||
@@ -44,7 +44,8 @@ revision specified in the manifest. | |||
44 | help='begin branch in all projects') | 44 | help='begin branch in all projects') |
45 | p.add_option('-r', '--rev', '--revision', dest='revision', | 45 | p.add_option('-r', '--rev', '--revision', dest='revision', |
46 | help='point branch at this revision instead of upstream') | 46 | help='point branch at this revision instead of upstream') |
47 | p.add_option('--head', dest='revision', action='store_const', const='HEAD', | 47 | p.add_option('--head', '--HEAD', |
48 | dest='revision', action='store_const', const='HEAD', | ||
48 | help='abbreviation for --rev HEAD') | 49 | help='abbreviation for --rev HEAD') |
49 | 50 | ||
50 | def ValidateOptions(self, opt, args): | 51 | def ValidateOptions(self, opt, args): |