diff options
| author | Tanaka Akira <akr@users.sourceforge.net> | 1999-11-15 12:01:46 +0000 |
|---|---|---|
| committer | Tanaka Akira <akr@users.sourceforge.net> | 1999-11-15 12:01:46 +0000 |
| commit | 35b2633ad941966f5fca07b625a594a5b68c0fdb (patch) | |
| tree | b54740d014e594ba5d81931cdcdb3387bcf9dfca /Completion/Base/_arg_compile | |
| parent | zsh-workers/8640 (diff) | |
| download | zsh-35b2633ad941966f5fca07b625a594a5b68c0fdb.tar zsh-35b2633ad941966f5fca07b625a594a5b68c0fdb.tar.gz zsh-35b2633ad941966f5fca07b625a594a5b68c0fdb.tar.bz2 zsh-35b2633ad941966f5fca07b625a594a5b68c0fdb.tar.lz zsh-35b2633ad941966f5fca07b625a594a5b68c0fdb.tar.xz zsh-35b2633ad941966f5fca07b625a594a5b68c0fdb.tar.zst zsh-35b2633ad941966f5fca07b625a594a5b68c0fdb.zip | |
manual/8639
Diffstat (limited to 'Completion/Base/_arg_compile')
| -rw-r--r-- | Completion/Base/_arg_compile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Base/_arg_compile b/Completion/Base/_arg_compile index 8eb2e80f5..44db86abe 100644 --- a/Completion/Base/_arg_compile +++ b/Completion/Base/_arg_compile @@ -39,7 +39,7 @@ # "assign" as loose, but must follow an "=" in the same word ("=") # HOW should be suffixed with a colon if the following argument is # _not_ required to appear. -# STR is to be displayed based on compconfig[describe_options]. +# STR is to be displayed based on style `description' # XOR is another option in combination with which OPT may not appear. # It may be ":" to disable non-option completions when OPT is present. # MSG is a string to be displayed above the matches in a listing. |
