1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-31 06:00:54 +01:00

21294: fix incorrectly capitalized completion descriptions

This commit is contained in:
Doug Kearns 2005-06-01 10:02:28 +00:00
parent f688a43ac2
commit 9f63db611a
9 changed files with 80 additions and 70 deletions

View file

@ -1,17 +1,17 @@
#compdef ccal
_arguments \
'-nodata[Ignore appointment descriptions file]' \
'-data-file=[Load appointments from file]:caldat file:_files' \
'-future[Show only future appointments on current month]' \
'-today[Show only today'"'"'s appointments on current month]' \
'-nodata[ignore appointment descriptions file]' \
'-data-file=[load appointments from file]:caldat file:_files' \
'-future[show only future appointments on current month]' \
'-today[show only today'"'"'s appointments on current month]' \
'-europe[European format (first day is Monday)]' \
'-american[North American format (first day is Sunday)]' \
'-maxappts=[Display maximum of n appointments]:number of appointments:('{8..50}')' \
'-pause[Pause for keystroke before exiting]' \
'-nocolor[Inhibit use of colors]' \
'-color-file=[Load color definitions from file]:calcol file:_files' \
'-8bit[Display 8-bit ascii characters]' \
'-maxappts=[display maximum of n appointments]:number of appointments:('{8..50}')' \
'-pause[pause for keystroke before exiting]' \
'-nocolor[inhibit use of colors]' \
'-color-file=[load color definitions from file]:calcol file:_files' \
'-8bit[display 8-bit ascii characters]' \
'1:month:(1 2 3 4 5 6 7 8 9 10 11 12 jan feb mar apr may jun jul aug sep oct nov dec)' \
'2:year:'