summaryrefslogtreecommitdiff
path: root/Completion/Unix/Command/_perforce
diff options
context:
space:
mode:
authorAxel Beckert <abe@deuxchevaux.org>2022-04-11 00:17:48 +0200
committerAxel Beckert <abe@deuxchevaux.org>2022-04-11 00:17:48 +0200
commitb09f4483416c54c1782824633dfabaf2ec0265b6 (patch)
tree304bc82642862525ae680c7fbaa249663b10ad57 /Completion/Unix/Command/_perforce
parent12eb3e5356f2fc3351eed58ef1cef1b8fb83b504 (diff)
parent6e55c920503071e917619b8cb1a188cd35d772db (diff)
downloadzsh-b09f4483416c54c1782824633dfabaf2ec0265b6.tar.gz
zsh-b09f4483416c54c1782824633dfabaf2ec0265b6.zip
New upstream version 5.8.1.2-test
Diffstat (limited to 'Completion/Unix/Command/_perforce')
-rw-r--r--Completion/Unix/Command/_perforce14
1 files changed, 7 insertions, 7 deletions
diff --git a/Completion/Unix/Command/_perforce b/Completion/Unix/Command/_perforce
index 0d007e3bc..a52ac1d06 100644
--- a/Completion/Unix/Command/_perforce
+++ b/Completion/Unix/Command/_perforce
@@ -1354,7 +1354,7 @@ _perforce_fstat_fields() {
${${${${(M)${(f)"$(_perforce_call_p4 help-fstat help fstat)"}:#[[:blank:]]#[a-zA-Z]##(|\#)[[:blank:]]##--*}##[[:blank:]]#}:#fstat *}//[[:blank:]]##--[[:blank:]]##/:}
)
compset -P '*[,[:blank:]]'
- _describe -t fstat-fields 'Perforce fstat fields' values -S, -q
+ _describe -t fstat-fields 'Perforce fstat field' values -S, -q
}
@@ -2551,7 +2551,7 @@ _perforce_cmd_logstat() {
(( $+functions[_perforce_cmd_logtail] )) ||
_perforce_cmd_logtail() {
_arguments -s : \
- '-b[specify block size, default 8192]:block size: ' \
+ '-b[specify block size]:block size [8192]' \
'-s[specify start offset]:offset: ' \
'-m[specify max blocks]:max blocks: '
}
@@ -2668,12 +2668,12 @@ _perforce_cmd_passwd() {
_perforce_cmd_ping() {
_arguments -s : \
'-c[specify count of messages]:count of messages: ' \
- '-t[specify total time of test]:time in seconds: ' \
+ '-t[specify total time of test]:time (seconds)' \
'-i[specify iterations for test]:number of iterations: ' \
'-f[transmit continuously without waiting for responses]' \
- '-p[specify pause between tests]:pause in seconds: ' \
- '-s[specify send size]:send size in octets: ' \
- '-r[specify receive size]:receive size in octets: '
+ '-p[specify pause between tests]:pause (seconds)' \
+ '-s[specify send size]:send size (octets)' \
+ '-r[specify receive size]:receive size (octets)'
}
@@ -2942,7 +2942,7 @@ _perforce_cmd_status() {
_perforce_cmd_sizes() {
_arguments -s : \
'-a[list all revisions in range]' \
- '-b[specify blocksize]:blocksize in bytes: ' \
+ '-b[specify blocksize]:blocksize (bytes)' \
'(-H)-h[print sizes in human-readable form (GiB)]' \
'(-h)-H[print sizes in human-readable form (GB)]' \
'-m[limit max files]:max files: ' \