diff options
author | Nick Clifton <nickc@redhat.com> | 2006-07-06 09:49:56 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2006-07-06 09:49:56 +0000 |
commit | 3bf31ec9326e16d2f194fb33a89a958fffb04efb (patch) | |
tree | 272287e601003231456b0b55cf3090ab71de7101 /binutils/strings.c | |
parent | 790d799eb229beee0f8b69fcc3b8834affd2e445 (diff) | |
download | gdb-3bf31ec9326e16d2f194fb33a89a958fffb04efb.zip gdb-3bf31ec9326e16d2f194fb33a89a958fffb04efb.tar.gz gdb-3bf31ec9326e16d2f194fb33a89a958fffb04efb.tar.bz2 |
PR binutils/2879
* doc/binutils.texi: Document -T shorthand for --target switch.
* strings.c: Update comment to include -T option.
Diffstat (limited to 'binutils/strings.c')
-rw-r--r-- | binutils/strings.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/binutils/strings.c b/binutils/strings.c index a04cb58..3002ff9 100644 --- a/binutils/strings.c +++ b/binutils/strings.c @@ -1,6 +1,6 @@ /* strings -- print the strings of printable characters in files Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, - 2002, 2003, 2004, 2005 Free Software Foundation, Inc. + 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -46,6 +46,7 @@ littleendian 32-bit. --target=BFDNAME + -T {bfdname} Specify a non-default object file format. --help |