summaryrefslogtreecommitdiffstats
path: root/Completion/Unix
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/Unix')
-rw-r--r--Completion/Unix/Command/_cpio10
-rw-r--r--Completion/Unix/Command/_dropbox4
-rw-r--r--Completion/Unix/Command/_growisofs2
-rw-r--r--Completion/Unix/Command/_mysql_utils4
-rw-r--r--Completion/Unix/Command/_perforce10
-rw-r--r--Completion/Unix/Command/_transmission18
6 files changed, 21 insertions, 27 deletions
diff --git a/Completion/Unix/Command/_cpio b/Completion/Unix/Command/_cpio
index 699b1d8f2..20f8c712d 100644
--- a/Completion/Unix/Command/_cpio
+++ b/Completion/Unix/Command/_cpio
@@ -25,15 +25,15 @@ else
'--message=:message at end of volume:'
'--null' '--reset-access-time'
'--verbose' '--dot' '--append'
- '--block-size=:block size in 512 byte units:'
+ '--block-size=:block size (512 byte units)'
'--dereference'
- '--io-size=:block size in bytes'
+ '--io-size=:block size (bytes)'
'--quiet' '--force-local' '--help' '--version')
fi
args+=(
'-A[append files to archive]'
'-B[block size 5120 bytes with special file]'
- '-C[set block size per record]:block size in bytes:(8192)'
+ '-C[set block size per record]:block size (bytes)'
'-F[set archive file to use]:archive file:->afile'
'(-H)-c[read/write header in ASCII]'
"(-c)-H[set format type for archive header]:$fmts"
@@ -49,7 +49,7 @@ else
'--preserve-modification-time' '--numeric'
'--rename' '--list' '--swap-bytes' '--swap-halfwords'
'--dot' '--unconditional' '--verbose'
- '--block-size=:block size in 512 byte units:'
+ '--block-size=:block size (512 byte units)'
'--swap-halfwords'
'--io-size=:block size in bytes:'
'--pattern-file=:file with list of patterns:_files'
@@ -63,7 +63,7 @@ else
'-b[reverse bytes in word]'
'-B[block size 5120 bytes with special file]'
'-d[create directories as needed]'
- '-C[set block size per record]:block size in bytes:(8192)'
+ '-C[set block size per record]:block size (bytes)'
'-E[read filenames from file]:file name for list of files:_files'
'-f[only copy files not matching patterns]'
'-F[set archive file to use]:archive file:->afile'
diff --git a/Completion/Unix/Command/_dropbox b/Completion/Unix/Command/_dropbox
index 115f9eb45..45c77ae09 100644
--- a/Completion/Unix/Command/_dropbox
+++ b/Completion/Unix/Command/_dropbox
@@ -55,8 +55,8 @@ else
(throttle)
_arguments \
- '2:download limit in KB/s:(unlimited)' \
- '3:upload limit in KB/s:(unlimited)'
+ '2:download limit (KB/s):(unlimited)' \
+ '3:upload limit (KB/s):(unlimited)'
;;
(*)
diff --git a/Completion/Unix/Command/_growisofs b/Completion/Unix/Command/_growisofs
index 8f4da4030..206d2c2c7 100644
--- a/Completion/Unix/Command/_growisofs
+++ b/Completion/Unix/Command/_growisofs
@@ -270,7 +270,7 @@ else
'-sort[sort files on the image based on weights defined in the given file]:sort-weighting file:_files' \
'-sparc-label[set the sun disk-label-name used for the -sparc-boot option]:label' \
'-split-output[split the output image into several files ~1GiB in size]' \
- '-stream-media-size[enable streaming operation and set media size to given number of sectors]:media size in sectors' \
+ '-stream-media-size[enable streaming operation and set media size to given number of sectors]:media size (sectors)' \
'-stream-file-name[reserved for future use]:name' \
'-sunx86-boot[specify a comma-separated list of file-system images needed to make a bootable Solaris-x86-CD]:list' \
'-sunx86-label[specify the SVr4 disk-label-name for the SVr4 disk-label created with the -sunx86-boot option]:label' \
diff --git a/Completion/Unix/Command/_mysql_utils b/Completion/Unix/Command/_mysql_utils
index a7b285f1c..9f70687b0 100644
--- a/Completion/Unix/Command/_mysql_utils
+++ b/Completion/Unix/Command/_mysql_utils
@@ -220,8 +220,8 @@ _mysql_utils() {
)
_mysql_variables_opts=(
- '--max_allowed_packet[maximum allowed packet size]:packet size in bytes'
- '--net_buffer_length[network buffer length]:buffer length in bytes'
+ '--max_allowed_packet[maximum allowed packet size]:packet size (bytes)'
+ '--net_buffer_length[network buffer length]:buffer length (bytes)'
'--connect_timeout:timeout'
'--select_limit:limit'
'--max_join_size:size'
diff --git a/Completion/Unix/Command/_perforce b/Completion/Unix/Command/_perforce
index cb6cdb79f..a52ac1d06 100644
--- a/Completion/Unix/Command/_perforce
+++ b/Completion/Unix/Command/_perforce
@@ -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)]' \