From ce743b792006c38a92108ea824eeaad37f333143 Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Mon, 1 Aug 2005 16:26:28 +0000 Subject: various cleanups: fix indentation and capitalisation of descriptions --- Completion/Unix/Command/_fortune | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'Completion/Unix/Command/_fortune') 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' -- cgit 1.4.1