about summary refs log tree commit diff
path: root/Util
diff options
context:
space:
mode:
authorBarton E. Schaefer <schaefer@zsh.org>2013-11-16 10:05:30 -0800
committerBarton E. Schaefer <schaefer@zsh.org>2013-11-16 10:05:30 -0800
commit412eb078850e2d5213048052e40215322e3949c8 (patch)
tree6cdb6eec67cab46d3d80368a28b43f1e39c6ea26 /Util
parent17465686af268368047b3e89f4fafc971224ab77 (diff)
downloadzsh-412eb078850e2d5213048052e40215322e3949c8.tar.gz
zsh-412eb078850e2d5213048052e40215322e3949c8.tar.xz
zsh-412eb078850e2d5213048052e40215322e3949c8.zip
Another missed bit of 31988.
Diffstat (limited to 'Util')
-rwxr-xr-xUtil/helpfiles5
1 files changed, 1 insertions, 4 deletions
diff --git a/Util/helpfiles b/Util/helpfiles
index 26cfb6f5e..ebd8bd125 100755
--- a/Util/helpfiles
+++ b/Util/helpfiles
@@ -16,9 +16,6 @@
 # If a third arg is given, the symlink is not created, but a
 # list of symlinks is put into the file specified by that arg.
 
-# Optionally, you can pass -fLC_CTYPE as an additional first argument.
-# If do that, this LC_CTYPE is used instead of one specified by a heuristic.
-
 # Example usage:
 #    cd ~/zsh-4.0.1				# or wherever
 #    mkdir Help
@@ -39,7 +36,7 @@
 # now <Esc>-h works for shell builtins.
 
 sub Usage {
-    print(STDERR "Usage: helpfiles [-fLC_CTYPE] zshbuiltins.1 dest-dir [link-file]\n");
+    print(STDERR "Usage: helpfiles zshbuiltins.1 dest-dir [link-file]\n");
     exit(1);
 }