From 1f4447b2d439e6f11d95746bb5f611c353305859 Mon Sep 17 00:00:00 2001 From: Pere Orga Date: Sun, 27 Mar 2011 22:40:30 +0200 Subject: move help text from include/usage.src.h to archival/*.c Signed-off-by: Pere Orga Signed-off-by: Denys Vlasenko --- archival/bzip2.c | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'archival/bzip2.c') diff --git a/archival/bzip2.c b/archival/bzip2.c index ab08ffc1a..cfaf5fe20 100644 --- a/archival/bzip2.c +++ b/archival/bzip2.c @@ -7,6 +7,16 @@ * about bzip2 library code. */ +//usage:#define bzip2_trivial_usage +//usage: "[OPTIONS] [FILE]..." +//usage:#define bzip2_full_usage "\n\n" +//usage: "Compress FILEs (or stdin) with bzip2 algorithm\n" +//usage: "\nOptions:" +//usage: "\n -1..9 Compression level" +//usage: "\n -d Decompress" +//usage: "\n -c Write to stdout" +//usage: "\n -f Force" + #include "libbb.h" #include "archive.h" -- cgit v1.2.3