From 030cbcedf282f87e90e2248b61a0941b86df3b66 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Tue, 26 Sep 2006 16:45:25 +0000 Subject: 2006-09-26 H.J. Lu PR binutils/3257 * strings.c (main): Handle "-T format". --- binutils/strings.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'binutils/strings.c') diff --git a/binutils/strings.c b/binutils/strings.c index 3002ff9c3c..4c68ea8f8c 100644 --- a/binutils/strings.c +++ b/binutils/strings.c @@ -196,7 +196,7 @@ main (int argc, char **argv) target = NULL; encoding = 's'; - while ((optc = getopt_long (argc, argv, "afhHn:ot:e:Vv0123456789", + while ((optc = getopt_long (argc, argv, "afhHn:ot:e:T:Vv0123456789", long_options, (int *) 0)) != EOF) { switch (optc) -- cgit v1.2.1