##// END OF EJS Templates
zsh completion: remove computed default values from help texts...
Martin Geisler -
r13562:7c6e9b57 default
parent child Browse files
Show More
@@ -360,8 +360,8 b' typeset -A _hg_cmd_globals'
360 '(--help -h)'{-h,--help}'[display help and exit]'
360 '(--help -h)'{-h,--help}'[display help and exit]'
361 '--debug[debug mode]'
361 '--debug[debug mode]'
362 '--debugger[start debugger]'
362 '--debugger[start debugger]'
363 '--encoding[set the charset encoding (default: UTF8)]'
363 '--encoding[set the charset encoding]'
364 '--encodingmode[set the charset encoding mode (default: strict)]'
364 '--encodingmode[set the charset encoding mode]'
365 '--lsprof[print improved command execution profile]'
365 '--lsprof[print improved command execution profile]'
366 '--traceback[print traceback on exception]'
366 '--traceback[print traceback on exception]'
367 '--time[time how long the command takes]'
367 '--time[time how long the command takes]'
General Comments 0
You need to be logged in to leave comments. Login now