bzcat and bunzip -c support from Thomas Lundquist
This commit is contained in:
@@ -68,6 +68,9 @@
|
||||
APPLET(bunzip2, bunzip2_main, _BB_DIR_USR_BIN)
|
||||
#endif
|
||||
APPLET_NOUSAGE("busybox", busybox_main, _BB_DIR_BIN)
|
||||
#ifdef CONFIG_BUNZIP2
|
||||
APPLET(bzcat, bunzip2_main, _BB_DIR_USR_BIN)
|
||||
#endif
|
||||
#ifdef CONFIG_CAT
|
||||
APPLET(cat, cat_main, _BB_DIR_BIN)
|
||||
#endif
|
||||
|
@@ -52,11 +52,17 @@
|
||||
"bar"
|
||||
|
||||
#define bunzip2_trivial_usage \
|
||||
"FILE"
|
||||
"[-c] FILE"
|
||||
#define bunzip2_full_usage \
|
||||
"Uncompress FILE to current directory, stripping its .bz2 extension.\n"\
|
||||
" -c output to stdout\n"\
|
||||
" -k is assumed"
|
||||
|
||||
#define bzcat_trivial_usage \
|
||||
"FILE"
|
||||
#define bzcat_full_usage \
|
||||
"Uncompress to stdout."
|
||||
|
||||
#define cat_trivial_usage \
|
||||
"[FILE]..."
|
||||
#define cat_full_usage \
|
||||
|
Reference in New Issue
Block a user