From: Tom Ivar Helbekkmo Date: Sat, 6 Mar 2021 21:45:41 +0000 (+0100) Subject: update "-h" output with new formats X-Git-Tag: v3.5.2~18^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1502%2Fhead;p=thirdparty%2Flibarchive.git update "-h" output with new formats --- diff --git a/cpio/cpio.c b/cpio/cpio.c index 3c1caeea1..68a6301a8 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";