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