aboutsummaryrefslogtreecommitdiff
path: root/include
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 /include
parent5e7345770aba47cae9f14ec9ff3d69629703f1c2 (diff)
downloadbusybox-baab327719cd683bb468e2a7834430615feff7d2.tar.gz
usage: fix typo
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'include')
-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 @@
#define bzip2_full_usage "\n\n" \
"Compress FILEs (or stdin) with bzip2 algorithm\n" \
"\nOptions:" \
- "\n -c Write to stout" \
+ "\n -c Write to stdout" \
"\n -d Decompress" \
"\n -f Force" \
"\n -1..-9 Compression level" \