]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
update "-h" output with new formats 1502/head
authorTom Ivar Helbekkmo <tih@hamartun.priv.no>
Sat, 6 Mar 2021 21:45:41 +0000 (22:45 +0100)
committerTom Ivar Helbekkmo <tih@hamartun.priv.no>
Sat, 6 Mar 2021 21:45:41 +0000 (22:45 +0100)
cpio/cpio.c

index 3c1caeea1a6dc1017a4b49db3d59c0937d7f1499..68a6301a8789274b3e1def3addd0a5b67a455914 100644 (file)
@@ -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";