summaryrefslogtreecommitdiff
path: root/Completion/Unix/Command/_cpio
diff options
context:
space:
mode:
authorAxel Beckert <abe@deuxchevaux.org>2022-04-11 00:18:04 +0200
committerAxel Beckert <abe@deuxchevaux.org>2022-04-11 00:18:04 +0200
commit31bcc5c263aea983e967426e2b94269e7605dcd4 (patch)
tree7b48ad9d7799afe09b7d7d8adc980bd5db935bdf /Completion/Unix/Command/_cpio
parent5086b5356abcef8849dc8a09902b7c55f01db3c0 (diff)
parentb09f4483416c54c1782824633dfabaf2ec0265b6 (diff)
downloadzsh-31bcc5c263aea983e967426e2b94269e7605dcd4.tar.gz
zsh-31bcc5c263aea983e967426e2b94269e7605dcd4.zip
Update upstream source from tag 'upstream/5.8.1.2-test'
Update to upstream version '5.8.1.2-test' with Debian dir b380d582bf51cd93149e4dea28fffa1ad85db4f5
Diffstat (limited to 'Completion/Unix/Command/_cpio')
-rw-r--r--Completion/Unix/Command/_cpio10
1 files changed, 5 insertions, 5 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'