diff options
author | Andrew Main <zefram@users.sourceforge.net> | 2000-07-30 17:03:52 +0000 |
---|---|---|
committer | Andrew Main <zefram@users.sourceforge.net> | 2000-07-30 17:03:52 +0000 |
commit | 9743c19d618056b3af1f5efe887a1e8a9944e27b (patch) | |
tree | bb365c62ee0ad1f1a3ba0d1eb9ae2074fb8832bc /Src/zsh.h | |
parent | b7c6421796248d747f8cf0cad42f06969a2bc907 (diff) | |
download | zsh-9743c19d618056b3af1f5efe887a1e8a9944e27b.tar.gz zsh-9743c19d618056b3af1f5efe887a1e8a9944e27b.zip |
12434: Doc/Zsh/invoke.yo, Src/init.c, Src/options.c, Src/zsh.h,
Src/zsh.mdd: Allow options to be specified on the zsh command line
in the form of GNU-style long options. Also handle --version
and --help. Do not permit extra option letters to be stacked
after `-whatever-' (they used to be ignored). Exit if the
command line specifies an option name that doesn't exist.
Diffstat (limited to 'Src/zsh.h')
-rw-r--r-- | Src/zsh.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1345,9 +1345,9 @@ enum { EXTENDEDHISTORY, FLOWCONTROL, FUNCTIONARGZERO, + GLOBOPT, GLOBALEXPORT, GLOBALRCS, - GLOBOPT, GLOBASSIGN, GLOBCOMPLETE, GLOBDOTS, |