On 03/08/2011 04:30 AM, Denys Vlasenko wrote: > On Mon, Mar 7, 2011 at 10:35 PM, Rob Landley <[email protected]> wrote: >> Here's a quick stab at it. Also some quick notes: >> >> 1) The --help entries for zcat, bzcat, and xz are so brief they're >> useless. Decompress WHAT? (gzip, bzip, and lzma, respectively, but it >> doesn't SAY that). > > What wording do you propose?
zcat: Uncompress with gzip to stdout bzcat: Uncompress with bzip2 to stdout xz: Compress FILEs (or stdin) with lzma2 algorithm xzcat: Uncompress with lzma2 to stdout gzip: Compress FILEs (or stdin) with deflate algorithm The bzip2 text looks ok as-is. Rob _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
