Skip to content

Commit

Permalink
Issue 15, part 11. bsdtar help message.
Browse files Browse the repository at this point in the history
  Document xz and lzma compression as well as gzip and bzip2.

SVN-Revision: 818
  • Loading branch information
cwilson1776 committed Mar 20, 2009
1 parent 1337413 commit c6e7b27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tar/bsdtar.c
Expand Up @@ -659,7 +659,7 @@ static const char *long_help_msg =
" -w Interactive\n"
"Create: %p -c [options] [<file> | <dir> | @<archive> | -C <dir> ]\n"
" <file>, <dir> add these items to archive\n"
" -z, -j Compress archive with gzip/bzip2\n"
" -z, -j, -J, --lzma Compress archive with gzip/bzip2/xz/lzma\n"
" --format {ustar|pax|cpio|shar} Select archive format\n"
" --exclude <pattern> Skip files that match pattern\n"
" -C <dir> Change to <dir> before processing remaining files\n"
Expand Down

0 comments on commit c6e7b27

Please sign in to comment.