diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2022-05-14 23:32:19 +0200 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2022-05-14 23:32:19 +0200 |
commit | d4d203488826181aa4eb360ce57de138417ba680 (patch) | |
tree | 5f2939130b24381b6d8b11eec7573732eb52317a /Doc/help/unsetopt | |
parent | 9529af723604dfe1c8152db11e1d216621c898d5 (diff) | |
parent | 73d317384c9225e46d66444f93b46f0fbe7084ef (diff) | |
download | zsh-d4d203488826181aa4eb360ce57de138417ba680.tar.gz zsh-d4d203488826181aa4eb360ce57de138417ba680.zip |
New upstream version 5.9
Diffstat (limited to 'Doc/help/unsetopt')
-rw-r--r-- | Doc/help/unsetopt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Doc/help/unsetopt b/Doc/help/unsetopt index dd8654a2f..f9ef22d36 100644 --- a/Doc/help/unsetopt +++ b/Doc/help/unsetopt @@ -1,8 +1,8 @@ unsetopt [ {+|-}options | {+|-}o option_name ] [ name ... ] - Unset the options for the shell. All options specified either - with flags or by name are unset. If no arguments are supplied, + Unset the options for the shell. All options specified either + with flags or by name are unset. If no arguments are supplied, the names of all options currently unset are printed. If the -m - flag is given the arguments are taken as patterns (which should - be quoted to preserve them from being interpreted as glob pat- - terns), and all options with names matching these patterns are + flag is given the arguments are taken as patterns (which should + be quoted to preserve them from being interpreted as glob pat- + terns), and all options with names matching these patterns are unset. |