diff options
Diffstat (limited to 'tr.c')
-rw-r--r-- | tr.c | 13 |
1 files changed, 0 insertions, 13 deletions
@@ -34,19 +34,6 @@ | |||
34 | #define bb_need_write_error | 34 | #define bb_need_write_error |
35 | #include "messages.c" | 35 | #include "messages.c" |
36 | 36 | ||
37 | const char *tr_usage="tr [-cds] STRING1 [STRING2]\n" | ||
38 | #ifndef BB_FEATURE_TRIVIAL_HELP | ||
39 | "\nTranslate, squeeze, and/or delete characters from\n" | ||
40 | "standard input, writing to standard output.\n\n" | ||
41 | "Options:\n" | ||
42 | "\t-c\ttake complement of STRING1\n" | ||
43 | "\t-d\tdelete input characters coded STRING1\n" | ||
44 | "\t-s\tsqueeze multiple output characters of STRING2 into one character\n" | ||
45 | #endif | ||
46 | ; | ||
47 | |||
48 | |||
49 | |||
50 | #ifdef TRUE | 37 | #ifdef TRUE |
51 | #undef TRUE | 38 | #undef TRUE |
52 | #undef FALSE | 39 | #undef FALSE |