aboutsummaryrefslogtreecommitdiff
path: root/toys/other/bzcat.c
diff options
context:
space:
mode:
Diffstat (limited to 'toys/other/bzcat.c')
-rw-r--r--toys/other/bzcat.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/toys/other/bzcat.c b/toys/other/bzcat.c
index 0c79773a..f7453441 100644
--- a/toys/other/bzcat.c
+++ b/toys/other/bzcat.c
@@ -23,11 +23,11 @@ config BUNZIP2
Decompress listed files (file.bz becomes file) deleting archive file(s).
Read from stdin if no files listed.
- -c force output to stdout
- -f force decompression (if FILE doesn't end in .bz, replace original)
- -k keep input files (-c and -t imply this)
- -t test integrity
- -v verbose
+ -c Force output to stdout
+ -f Force decompression (if FILE doesn't end in .bz, replace original)
+ -k Keep input files (-c and -t imply this)
+ -t Test integrity
+ -v Verbose
config BZCAT
bool "bzcat"