mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-01-01 17:24:50 +01:00
Another missed bit of 31988.
This commit is contained in:
parent
17465686af
commit
412eb07885
1 changed files with 1 additions and 4 deletions
|
@ -16,9 +16,6 @@
|
||||||
# If a third arg is given, the symlink is not created, but a
|
# 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.
|
# 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:
|
# Example usage:
|
||||||
# cd ~/zsh-4.0.1 # or wherever
|
# cd ~/zsh-4.0.1 # or wherever
|
||||||
# mkdir Help
|
# mkdir Help
|
||||||
|
@ -39,7 +36,7 @@
|
||||||
# now <Esc>-h works for shell builtins.
|
# now <Esc>-h works for shell builtins.
|
||||||
|
|
||||||
sub Usage {
|
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);
|
exit(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue