diff options
| author | Oliver Kiddle <opk@users.sourceforge.net> | 2005-08-01 16:26:28 +0000 |
|---|---|---|
| committer | Oliver Kiddle <opk@users.sourceforge.net> | 2005-08-01 16:26:28 +0000 |
| commit | ce743b792006c38a92108ea824eeaad37f333143 (patch) | |
| tree | f167561e46ee67d61d000c4d9adec0e9d9c5431c /Completion/Unix/Command/_fortune | |
| parent | 21393: add missing local declarations (diff) | |
| download | zsh-ce743b792006c38a92108ea824eeaad37f333143.tar zsh-ce743b792006c38a92108ea824eeaad37f333143.tar.gz zsh-ce743b792006c38a92108ea824eeaad37f333143.tar.bz2 zsh-ce743b792006c38a92108ea824eeaad37f333143.tar.lz zsh-ce743b792006c38a92108ea824eeaad37f333143.tar.xz zsh-ce743b792006c38a92108ea824eeaad37f333143.tar.zst zsh-ce743b792006c38a92108ea824eeaad37f333143.zip | |
various cleanups: fix indentation and capitalisation of descriptions
Diffstat (limited to 'Completion/Unix/Command/_fortune')
| -rw-r--r-- | Completion/Unix/Command/_fortune | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/Completion/Unix/Command/_fortune b/Completion/Unix/Command/_fortune index fec07c436..c0eca56a3 100644 --- a/Completion/Unix/Command/_fortune +++ b/Completion/Unix/Command/_fortune @@ -1,15 +1,15 @@ #compdef fortune _arguments \ - '-a[choose from all lists of maxims, both offensive and not]' \ - '-c[show the cookie file from which the fortune came]' \ - '-e[consider all fortune files to be of equal size]' \ - '-f[print out the list of files which would be searched]' \ - '-l[long dictums only]' \ - '-m[print all matches to regex]:BRE:' \ - '-n[set longest length to be short]:length:' \ - '-o[choose only from potentially offensive aphorisms]' \ - '-s[short apothegms only]' \ - '-i[ignore case for -m patterns]' \ - '-w[wait before termination for a time based on msg length]' \ - '*:databases:' + '-a[choose from all lists of maxims, both offensive and not]' \ + '-c[show the cookie file from which the fortune came]' \ + '-e[consider all fortune files to be of equal size]' \ + '-f[print out the list of files which would be searched]' \ + '-l[long dictums only]' \ + '-m[print all matches to regex]:BRE' \ + '-n[set longest length to be short]:length' \ + '-o[choose only from potentially offensive aphorisms]' \ + '-s[short apothegms only]' \ + '-i[ignore case for -m patterns]' \ + '-w[wait before termination for a time based on msg length]' \ + '*:databases' |
