diff options
Diffstat (limited to 'binutils/strings.1')
-rw-r--r-- | binutils/strings.1 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/binutils/strings.1 b/binutils/strings.1 index 8ca80cd..1426605 100644 --- a/binutils/strings.1 +++ b/binutils/strings.1 @@ -29,6 +29,7 @@ strings \- print the strings of printable characters in files \&\|] .RB "[\|" \-t .I {o,x,d}\c +.RB "[\|" "\-\-target=\fIbfdname" "\|]" .RB | "\-\-radix="\c .I {o,x,d}\c \&\|] @@ -102,6 +103,14 @@ character argument specifies the radix of the offset\(emoctal, hexadecimal, or decimal. .TP +.BI "\-\-target=" "bfdname"\c +\& +Specify an object code format other than your system's default format. +See +.BR objdump ( 1 ), +for information on listing available formats. + +.TP .B \-o Like .BR "\-t o" . |