mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-05 15:15:42 +00:00
2006-09-26 H.J. Lu <hongjiu.lu@intel.com>
PR binutils/3257 * strings.c (main): Handle "-T format".
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user