~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/commands.py

  • Committer: Martin Pool
  • Date: 2005-05-30 01:47:37 UTC
  • Revision ID: mbp@sourcefrog.net-20050530014737-558028814d54f92b
- add -h as short name for --help

Show diffs side-by-side

added added

removed removed

Lines of Context:
1046
1046
    }
1047
1047
 
1048
1048
SHORT_OPTIONS = {
 
1049
    'F':                      'file', 
 
1050
    'h':                      'help',
1049
1051
    'm':                      'message',
1050
 
    'F':                      'file', 
1051
1052
    'r':                      'revision',
1052
1053
    'v':                      'verbose',
1053
1054
}