about summary refs log tree commit diff
path: root/Completion/Unix/Command/_ccal
diff options
context:
space:
mode:
authorDoug Kearns <dkearns@users.sourceforge.net>2005-06-01 10:02:28 +0000
committerDoug Kearns <dkearns@users.sourceforge.net>2005-06-01 10:02:28 +0000
commit9f63db611a8ee2becff902949398447fd55dfccc (patch)
tree724921d7954a72efa3db7463bb1a189b467be5ef /Completion/Unix/Command/_ccal
parentf688a43ac2bc022bcf498f7cd2da5ab0dc3c0193 (diff)
downloadzsh-9f63db611a8ee2becff902949398447fd55dfccc.tar.gz
zsh-9f63db611a8ee2becff902949398447fd55dfccc.tar.xz
zsh-9f63db611a8ee2becff902949398447fd55dfccc.zip
21294: fix incorrectly capitalized completion descriptions
Diffstat (limited to 'Completion/Unix/Command/_ccal')
-rw-r--r--Completion/Unix/Command/_ccal18
1 files changed, 9 insertions, 9 deletions
diff --git a/Completion/Unix/Command/_ccal b/Completion/Unix/Command/_ccal
index ce5a62e59..63eb6699f 100644
--- a/Completion/Unix/Command/_ccal
+++ b/Completion/Unix/Command/_ccal
@@ -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:'