summaryrefslogtreecommitdiff
path: root/cpio
diff options
context:
space:
mode:
authorTom Ivar Helbekkmo <tih@hamartun.priv.no>2021-03-06 22:45:41 +0100
committerTom Ivar Helbekkmo <tih@hamartun.priv.no>2021-03-06 22:45:41 +0100
commitfe9d6e6c2e515e0b10bbecb793ca2c4f27c367b9 (patch)
treeb33034598f73e40996957f70245fbe6ea524797d /cpio
parent85f0c98caef7663082ef16769e0b371e521c52e7 (diff)
downloadlibarchive-fe9d6e6c2e515e0b10bbecb793ca2c4f27c367b9.tar.gz
update "-h" output with new formats
Diffstat (limited to 'cpio')
-rw-r--r--cpio/cpio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpio/cpio.c b/cpio/cpio.c
index 3c1caeea..68a6301a 100644
--- a/cpio/cpio.c
+++ b/cpio/cpio.c
@@ -469,7 +469,7 @@ static const char *long_help_msg =
" -v Verbose filenames -V one dot per file\n"
"Create: %p -o [options] < [list of files] > [archive]\n"
" -J,-y,-z,--lzma Compress archive with xz/bzip2/gzip/lzma\n"
- " --format {odc|newc|ustar} Select archive format\n"
+ " --format {pwb|bin|odc|newc|ustar} Select archive format\n"
"List: %p -it < [archive]\n"
"Extract: %p -i [options] < [archive]\n";