aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2010-02-14 11:11:47 +0100
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2010-02-14 11:11:47 +0100
commitbaab327719cd683bb468e2a7834430615feff7d2 (patch)
tree0347f403fd1a716bab8debdca3b93eaf4649d7e6
parent5e7345770aba47cae9f14ec9ff3d69629703f1c2 (diff)
downloadbusybox-w32-baab327719cd683bb468e2a7834430615feff7d2.tar.gz
busybox-w32-baab327719cd683bb468e2a7834430615feff7d2.tar.bz2
busybox-w32-baab327719cd683bb468e2a7834430615feff7d2.zip
usage: fix typo
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
-rw-r--r--include/usage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/usage.h b/include/usage.h
index 840fb5eb6..fb983c1cd 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -203,7 +203,7 @@
203#define bzip2_full_usage "\n\n" \ 203#define bzip2_full_usage "\n\n" \
204 "Compress FILEs (or stdin) with bzip2 algorithm\n" \ 204 "Compress FILEs (or stdin) with bzip2 algorithm\n" \
205 "\nOptions:" \ 205 "\nOptions:" \
206 "\n -c Write to stout" \ 206 "\n -c Write to stdout" \
207 "\n -d Decompress" \ 207 "\n -d Decompress" \
208 "\n -f Force" \ 208 "\n -f Force" \
209 "\n -1..-9 Compression level" \ 209 "\n -1..-9 Compression level" \