about summary refs log tree commit diff
path: root/Completion
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2008-01-17 10:00:00 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2008-01-17 10:00:00 +0000
commit188da2f53384d241dfb0c2873b554950d91593ec (patch)
tree3e6e52c03e0f3b26391a07c5b11c935503472426 /Completion
parent76a1e7ba4b339f742cee59c96ef7266714f6dc9c (diff)
downloadzsh-188da2f53384d241dfb0c2873b554950d91593ec.tar.gz
zsh-188da2f53384d241dfb0c2873b554950d91593ec.tar.xz
zsh-188da2f53384d241dfb0c2873b554950d91593ec.zip
unposted: complete a few minor new p4 options
Diffstat (limited to 'Completion')
-rw-r--r--Completion/Unix/Command/_perforce3
1 files changed, 3 insertions, 0 deletions
diff --git a/Completion/Unix/Command/_perforce b/Completion/Unix/Command/_perforce
index 28eda3080..8bb67b2e5 100644
--- a/Completion/Unix/Command/_perforce
+++ b/Completion/Unix/Command/_perforce
@@ -1728,6 +1728,7 @@ _perforce_cmd_edit() {
 (( $+functions[_perforce_cmd_filelog] )) ||
 _perforce_cmd_filelog() {
   _arguments -s : \
+    '-h[follow branc/copy from records]' \
     '-i[follow branches]' \
     '-l[long output, full change text]' \
     '-L[long output, truncated change text]' \
@@ -1823,6 +1824,7 @@ _perforce_cmd_group() {
     '-d[delete group]' \
     '-o[output to stdout]' \
     '-i[read from stdin]' \
+    '(-o)-a[allow non-super owner to modify group]' \
     '1::perforce group:_perforce_groups'
 }
 
@@ -1832,6 +1834,7 @@ _perforce_cmd_groups() {
   _arguments -s : \
     '-i[show indirect membership by subgroups]' \
     '-m[set max groups to show]:max groups: ' \
+    '-v[show summary data]' \
     '1::user or group name:_perforce_users_or_groups'
 }