Initial support for for bunzip2....
This code could be improvemed by
 1) supporting more options,
 2) Creating a shared crc table with gunzip, or perhaps generated on the fly.
 3) Removing any remaining unneccessary code (e.g. if (noisy))
diff --git a/include/usage.h b/include/usage.h
index f504ac1..0b095a4 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -51,6 +51,12 @@
 	"$ basename /foo/bar.txt .txt\n" \
 	"bar"
 
+#define bunzip2_trivial_usage \
+	"FILE"
+#define bunzip2_full_usage \
+	"Uncompress FILE to current directory, stripping its .bz2 extension.\n"\
+	" -k is assumed" 
+
 #define cat_trivial_usage \
 	"[FILE]..."
 #define cat_full_usage \