zsh completion: remove computed default values from help texts
authorMartin Geisler <mg@aragost.com>
Tue, 08 Mar 2011 11:01:01 +0100
changeset 13562 7c6e9b57a4cc
parent 13561 0ab0ceefddf2
child 13564 c1ae4ecda8da
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.
contrib/zsh_completion
--- 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]'