diff options
author | Tanaka Akira <akr@users.sourceforge.net> | 1999-08-19 11:18:05 +0000 |
---|---|---|
committer | Tanaka Akira <akr@users.sourceforge.net> | 1999-08-19 11:18:05 +0000 |
commit | 9867c4091e71e6ed69889a9bfaee07275d2fa04e (patch) | |
tree | 37318116ff90f7b90df7cb9e894790d96be0849b /Completion/User/_configure | |
parent | 04979daf4f9b9645f22df1dfbb5974ab82294868 (diff) | |
download | zsh-9867c4091e71e6ed69889a9bfaee07275d2fa04e.tar.gz zsh-9867c4091e71e6ed69889a9bfaee07275d2fa04e.tar.xz zsh-9867c4091e71e6ed69889a9bfaee07275d2fa04e.zip |
manual/7448
Diffstat (limited to 'Completion/User/_configure')
-rw-r--r-- | Completion/User/_configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Completion/User/_configure b/Completion/User/_configure index 01c12dd62..5861682d0 100644 --- a/Completion/User/_configure +++ b/Completion/User/_configure @@ -5,5 +5,5 @@ _long_options -i '(--(disable|enable)-FEATURE* --(with|without)-PACKAGE*)' \ #--enable- --disable- #--with- --without- #--without- --with-)' \ - '*=(E|)PREFIX*' '_files -/' \ - '*=PROGRAM*' '_command_names' + '*=(E|)PREFIX*:prefix directory:_files -/' \ + '*=PROGRAM*:program:_command_names' |