about summary refs log tree commit diff
path: root/Completion
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2008-02-22 14:40:06 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2008-02-22 14:40:06 +0000
commit21307324337a613ef53e437219ddcbc3f3bb53ff (patch)
tree3a2201d291a469c80dc64bd987758103ae569db1 /Completion
parentca82aaf80e27d0a47ef70c5bd015c8fb1a38d09c (diff)
downloadzsh-21307324337a613ef53e437219ddcbc3f3bb53ff.tar.gz
zsh-21307324337a613ef53e437219ddcbc3f3bb53ff.tar.xz
zsh-21307324337a613ef53e437219ddcbc3f3bb53ff.zip
unposted: new p4 change option -u
Diffstat (limited to 'Completion')
-rw-r--r--Completion/Unix/Command/_perforce1
1 files changed, 1 insertions, 0 deletions
diff --git a/Completion/Unix/Command/_perforce b/Completion/Unix/Command/_perforce
index 8bb67b2e5..6b8a63c1b 100644
--- a/Completion/Unix/Command/_perforce
+++ b/Completion/Unix/Command/_perforce
@@ -1571,6 +1571,7 @@ _perforce_cmd_change() {
     '(-o -i)-d[discard newly created pending change]' \
     '(-d -i -f)-o[output specification to standard output]' \
     '(-d -o)-i[read specification from standard input]' \
+    '(-d -o)-u[force change of jobs or description by owner]' \
     "(-i)1::change:_perforce_changes$ctype"
 }