summaryrefslogtreecommitdiff
path: root/binutils/strings.c
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2004-10-18 14:04:40 +0000
committerNick Clifton <nickc@redhat.com>2004-10-18 14:04:40 +0000
commit513e235722855393ace5d4ef1292051e33444870 (patch)
tree31714a1569dff2801afc9c139e75d6cd943ddd86 /binutils/strings.c
parent516b95ba348de7876da599163d18fc3a59c4dd8e (diff)
downloadbinutils-redhat-513e235722855393ace5d4ef1292051e33444870.tar.gz
strings.c (usage): Place radix values for -t option into the correct order.
objcopy.c (add_redefine_syms_file): Change error messages to use <filename>:<linenumber>: format for easier parsing by automatic tools. srconv.c (show_usage): Fix spelling typo. windres.c (format_from_filename): Suggest the use of -J instead of -I if the file type cannot be determined.
Diffstat (limited to 'binutils/strings.c')
-rw-r--r--binutils/strings.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/strings.c b/binutils/strings.c
index 5dd028413d..2fcdb95e20 100644
--- a/binutils/strings.c
+++ b/binutils/strings.c
@@ -655,7 +655,7 @@ usage (FILE *stream, int status)
-f --print-file-name Print the name of the file before each string\n\
-n --bytes=[number] Locate & print any NUL-terminated sequence of at\n\
-<number> least [number] characters (default 4).\n\
- -t --radix={o,x,d} Print the location of the string in base 8, 10 or 16\n\
+ -t --radix={o,d,x} Print the location of the string in base 8, 10 or 16\n\
-o An alias for --radix=o\n\
-T --target=<BFDNAME> Specify the binary file format\n\
-e --encoding={s,S,b,l,B,L} Select character size and endianness:\n\