about summary refs log tree commit diff
path: root/Completion/Unix/Command/_perforce
diff options
context:
space:
mode:
authorDoug Kearns <dkearns@users.sourceforge.net>2003-07-16 01:44:15 +0000
committerDoug Kearns <dkearns@users.sourceforge.net>2003-07-16 01:44:15 +0000
commit088f324ad4d5fbe5c19eb4d359b33dee2712eebf (patch)
treeddc50b4fb1ad4accbe5534d8dd06581da52554c4 /Completion/Unix/Command/_perforce
parentec8418cf1c2143be758236a998f39c624e4080ab (diff)
downloadzsh-088f324ad4d5fbe5c19eb4d359b33dee2712eebf.tar.gz
zsh-088f324ad4d5fbe5c19eb4d359b33dee2712eebf.tar.xz
zsh-088f324ad4d5fbe5c19eb4d359b33dee2712eebf.zip
unposted: remove initial capitalisation from option descriptions
Diffstat (limited to 'Completion/Unix/Command/_perforce')
-rw-r--r--Completion/Unix/Command/_perforce4
1 files changed, 2 insertions, 2 deletions
diff --git a/Completion/Unix/Command/_perforce b/Completion/Unix/Command/_perforce
index 9bcec8884..f6ef3e4c2 100644
--- a/Completion/Unix/Command/_perforce
+++ b/Completion/Unix/Command/_perforce
@@ -1513,8 +1513,8 @@ _perforce_cmd_passwd() {
 _perforce_cmd_print() {
     _arguments -s : \
 	'-a[display all revisions in a range]' \
-	'-o[Select output file]:output file:_files' \
-	'-q[Suppress header]' \
+	'-o[select output file]:output file:_files' \
+	'-q[suppress header]' \
 	'*::file:_perforce_files -tR'
 }