diff options
author | Bernhard Reutner-Fischer | 2010-02-14 11:11:47 +0100 |
---|---|---|
committer | Bernhard Reutner-Fischer | 2010-02-14 11:11:47 +0100 |
commit | baab327719cd683bb468e2a7834430615feff7d2 (patch) | |
tree | 0347f403fd1a716bab8debdca3b93eaf4649d7e6 /include | |
parent | 5e7345770aba47cae9f14ec9ff3d69629703f1c2 (diff) | |
download | busybox-baab327719cd683bb468e2a7834430615feff7d2.zip busybox-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.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/usage.h b/include/usage.h index 840fb5e..fb983c1 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" \ |