Mercurial > hg-stable
changeset 13562:7c6e9b57a4cc
zsh completion: remove computed default values from help texts
The default encoding and encoding mode are computed at runtime and can
vary from system to system. The two remaining default values in the
completion help texts (number of directories to strip on import and
default bundle name) are fixed in the source code.
author | Martin Geisler <mg@aragost.com> |
---|---|
date | Tue, 08 Mar 2011 11:01:01 +0100 |
parents | 0ab0ceefddf2 |
children | c1ae4ecda8da |
files | contrib/zsh_completion |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/contrib/zsh_completion Tue Mar 08 01:21:50 2011 +0100 +++ b/contrib/zsh_completion Tue Mar 08 11:01:01 2011 +0100 @@ -360,8 +360,8 @@ '(--help -h)'{-h,--help}'[display help and exit]' '--debug[debug mode]' '--debugger[start debugger]' - '--encoding[set the charset encoding (default: UTF8)]' - '--encodingmode[set the charset encoding mode (default: strict)]' + '--encoding[set the charset encoding]' + '--encodingmode[set the charset encoding mode]' '--lsprof[print improved command execution profile]' '--traceback[print traceback on exception]' '--time[time how long the command takes]'