From: Bernhard Reutner-Fischer Date: Sun, 14 Feb 2010 10:11:47 +0000 (+0100) Subject: usage: fix typo X-Git-Tag: 1_17_0~465 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=baab327719cd683bb468e2a7834430615feff7d2;p=oweals%2Fbusybox.git usage: fix typo Signed-off-by: Bernhard Reutner-Fischer --- 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" \