From fe9d6e6c2e515e0b10bbecb793ca2c4f27c367b9 Mon Sep 17 00:00:00 2001 From: Tom Ivar Helbekkmo Date: Sat, 6 Mar 2021 22:45:41 +0100 Subject: update "-h" output with new formats --- cpio/cpio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpio') 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"; -- cgit v1.2.1