about summary refs log tree commit diff
path: root/Completion/Unix/Command/_perforce
diff options
context:
space:
mode:
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'
 }