##// END OF EJS Templates
commands: improve help for -y/--noninteractive...
Martin Geisler -
r14849:d8781499 stable
parent child Browse files
Show More
@@ -31,7 +31,7 b' globalopts = ['
31 ('', 'cwd', '',
31 ('', 'cwd', '',
32 _('change working directory'), _('DIR')),
32 _('change working directory'), _('DIR')),
33 ('y', 'noninteractive', None,
33 ('y', 'noninteractive', None,
34 _('do not prompt, assume \'yes\' for any required answers')),
34 _('do not prompt, automatically pick the first choice for all prompts')),
35 ('q', 'quiet', None, _('suppress output')),
35 ('q', 'quiet', None, _('suppress output')),
36 ('v', 'verbose', None, _('enable additional output')),
36 ('v', 'verbose', None, _('enable additional output')),
37 ('', 'config', [],
37 ('', 'config', [],
@@ -185,7 +185,8 b" Check hgweb's load order:"
185 -R --repository REPO repository root directory or name of overlay bundle
185 -R --repository REPO repository root directory or name of overlay bundle
186 file
186 file
187 --cwd DIR change working directory
187 --cwd DIR change working directory
188 -y --noninteractive do not prompt, assume 'yes' for any required answers
188 -y --noninteractive do not prompt, automatically pick the first choice
189 for all prompts
189 -q --quiet suppress output
190 -q --quiet suppress output
190 -v --verbose enable additional output
191 -v --verbose enable additional output
191 --config CONFIG [+] set/override config option (use 'section.name=value')
192 --config CONFIG [+] set/override config option (use 'section.name=value')
@@ -215,7 +216,8 b" Check hgweb's load order:"
215 -R --repository REPO repository root directory or name of overlay bundle
216 -R --repository REPO repository root directory or name of overlay bundle
216 file
217 file
217 --cwd DIR change working directory
218 --cwd DIR change working directory
218 -y --noninteractive do not prompt, assume 'yes' for any required answers
219 -y --noninteractive do not prompt, automatically pick the first choice
220 for all prompts
219 -q --quiet suppress output
221 -q --quiet suppress output
220 -v --verbose enable additional output
222 -v --verbose enable additional output
221 --config CONFIG [+] set/override config option (use 'section.name=value')
223 --config CONFIG [+] set/override config option (use 'section.name=value')
@@ -247,7 +247,8 b' Test short command list with verbose opt'
247 -R --repository REPO repository root directory or name of overlay bundle
247 -R --repository REPO repository root directory or name of overlay bundle
248 file
248 file
249 --cwd DIR change working directory
249 --cwd DIR change working directory
250 -y --noninteractive do not prompt, assume 'yes' for any required answers
250 -y --noninteractive do not prompt, automatically pick the first choice
251 for all prompts
251 -q --quiet suppress output
252 -q --quiet suppress output
252 -v --verbose enable additional output
253 -v --verbose enable additional output
253 --config CONFIG [+] set/override config option (use 'section.name=value')
254 --config CONFIG [+] set/override config option (use 'section.name=value')
@@ -331,8 +332,8 b' Verbose help for add'
331 -R --repository REPO repository root directory or name of overlay bundle
332 -R --repository REPO repository root directory or name of overlay bundle
332 file
333 file
333 --cwd DIR change working directory
334 --cwd DIR change working directory
334 -y --noninteractive do not prompt, assume 'yes' for any required
335 -y --noninteractive do not prompt, automatically pick the first choice
335 answers
336 for all prompts
336 -q --quiet suppress output
337 -q --quiet suppress output
337 -v --verbose enable additional output
338 -v --verbose enable additional output
338 --config CONFIG [+] set/override config option (use
339 --config CONFIG [+] set/override config option (use
General Comments 0
You need to be logged in to leave comments. Login now