~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/option.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-05-07 06:39:47 UTC
  • mfrom: (5193.3.10 181124-ls-short-opts)
  • Revision ID: pqm@pqm.ubuntu.com-20100507063947-s3btnxxwxu0xzitt
(parthm, #181124) short options for commonly used ls long options.

Show diffs side-by-side

added added

removed removed

Lines of Context:
506
506
# Declare the standard options
507
507
_standard_option('help', short_name='h',
508
508
                 help='Show help message.')
 
509
_standard_option('null', short_name='0',
 
510
                 help='Use an ASCII NUL (\\0) separator rather than '
 
511
                      'a newline.')
509
512
_standard_option('usage',
510
513
                 help='Show usage message and options.')
511
514
_standard_option('verbose', short_name='v',