~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_help.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:
122
122
            '\n'
123
123
            'Options:\n'
124
124
            '  --usage        Show usage message and options.\n'
 
125
            '  -0, --null     Use an ASCII NUL (\\0) separator rather than a newline.\n'
125
126
            '  -v, --verbose  Display more information.\n'
126
127
            '  -q, --quiet    Only display errors and warnings.\n'
127
128
            '  -h, --help     Show help message.\n'
142
143
            '\n'
143
144
            ':Options:\n'
144
145
            '  --usage        Show usage message and options.\n'
 
146
            '  -0, --null     Use an ASCII NUL (\\0) separator rather than a newline.\n'
145
147
            '  -v, --verbose  Display more information.\n'
146
148
            '  -q, --quiet    Only display errors and warnings.\n'
147
149
            '  -h, --help     Show help message.\n'
177
179
            '\n'
178
180
            'Options:\n'
179
181
            '  --usage        Show usage message and options.\n'
 
182
            '  -0, --null     Use an ASCII NUL (\\0) separator rather than a newline.\n'
180
183
            '  -v, --verbose  Display more information.\n'
181
184
            '  -q, --quiet    Only display errors and warnings.\n'
182
185
            '  -h, --help     Show help message.\n'
196
199
            '\n'
197
200
            'Options:\n'
198
201
            '  --usage        Show usage message and options.\n'
 
202
            '  -0, --null     Use an ASCII NUL (\\0) separator rather than a newline.\n'
199
203
            '  -v, --verbose  Display more information.\n'
200
204
            '  -q, --quiet    Only display errors and warnings.\n'
201
205
            '  -h, --help     Show help message.\n'
230
234
            '\n'
231
235
            'Options:\n'
232
236
            '  --usage        Show usage message and options.\n'
 
237
            '  -0, --null     Use an ASCII NUL (\\0) separator rather than a newline.\n'
233
238
            '  -v, --verbose  Display more information.\n'
234
239
            '  -q, --quiet    Only display errors and warnings.\n'
235
240
            '  -h, --help     Show help message.\n'
273
278
            '\n'
274
279
            'Options:\n'
275
280
            '  --usage        Show usage message and options.\n'
 
281
            '  -0, --null     Use an ASCII NUL (\\0) separator rather than a newline.\n'
276
282
            '  -v, --verbose  Display more information.\n'
277
283
            '  -q, --quiet    Only display errors and warnings.\n'
278
284
            '  -h, --help     Show help message.\n'