Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [PATCH] helpfiles: Also accept 'UTF-8' as an encoding name.
2013/11/16 14:51、Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx> wrote:
> Committed/pushed, with one tiny change:
The following (unessential) part has escaped from the commit:
diff --git a/Util/helpfiles b/Util/helpfiles
index 26cfb6f..ebd8bd1 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);
}
Messages sorted by:
Reverse Date,
Date,
Thread,
Author