diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-02-14 05:49:14 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-02-14 05:49:14 +0100 |
commit | 5e7345770aba47cae9f14ec9ff3d69629703f1c2 (patch) | |
tree | c68a7e155d587c2a2d4529a3209b915353066dbd | |
parent | bb169f4217598cc339a42ce7a14a577639e95eea (diff) | |
download | busybox-w32-5e7345770aba47cae9f14ec9ff3d69629703f1c2.tar.gz busybox-w32-5e7345770aba47cae9f14ec9ff3d69629703f1c2.tar.bz2 busybox-w32-5e7345770aba47cae9f14ec9ff3d69629703f1c2.zip |
delete forgotten chunk in prev commit
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r-- | include/usage.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/usage.h b/include/usage.h index 26a61ca25..840fb5eb6 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -4680,7 +4680,6 @@ | |||
4680 | "[-cds] STRING1 [STRING2]" | 4680 | "[-cds] STRING1 [STRING2]" |
4681 | #define tr_full_usage "\n\n" \ | 4681 | #define tr_full_usage "\n\n" \ |
4682 | "Translate, squeeze, or delete characters from stdin, writing to stdout\n" \ | 4682 | "Translate, squeeze, or delete characters from stdin, writing to stdout\n" \ |
4683 | "stdin, writing to stdout\n" \ | ||
4684 | "\nOptions:" \ | 4683 | "\nOptions:" \ |
4685 | "\n -c Take complement of STRING1" \ | 4684 | "\n -c Take complement of STRING1" \ |
4686 | "\n -d Delete input characters coded STRING1" \ | 4685 | "\n -d Delete input characters coded STRING1" \ |