X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=coreutils%2Ftr.c;h=e67948a36c88a148f22cd6a5af97e75159cfefa1;hb=d5ac9c88a7f620f6b775e404b145017827a10480;hp=2f14a414f5a13235ba3fa98f819b8b761c7ecf50;hpb=34425389e09353a8dacdd6b23a62553f699c544c;p=oweals%2Fbusybox.git diff --git a/coreutils/tr.c b/coreutils/tr.c index 2f14a414f..e67948a36 100644 --- a/coreutils/tr.c +++ b/coreutils/tr.c @@ -51,7 +51,6 @@ //usage: "[-cds] STRING1 [STRING2]" //usage:#define tr_full_usage "\n\n" //usage: "Translate, squeeze, or delete characters from stdin, writing to stdout\n" -//usage: "\nOptions:" //usage: "\n -c Take complement of STRING1" //usage: "\n -d Delete input characters coded STRING1" //usage: "\n -s Squeeze multiple output characters of STRING2 into one character"