diff options
author | Nick Clifton <nickc@redhat.com> | 2021-11-29 15:37:24 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2021-11-29 15:37:24 +0000 |
commit | 584294c4066d0101161e4e04744a46cce7a7863e (patch) | |
tree | bf72ab19703b2be7de7cbf04d8a68ac99da4bce1 /binutils | |
parent | 49fa1332a69bc4b09d2cc7db587e27ea30f2a29d (diff) | |
download | gdb-584294c4066d0101161e4e04744a46cce7a7863e.zip gdb-584294c4066d0101161e4e04744a46cce7a7863e.tar.gz gdb-584294c4066d0101161e4e04744a46cce7a7863e.tar.bz2 |
strings: Replace references to -u option with references to -U.
PR 28632
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/strings.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/binutils/strings.c b/binutils/strings.c index f594299..f85cb03 100644 --- a/binutils/strings.c +++ b/binutils/strings.c @@ -57,7 +57,7 @@ Specify a non-default object file format. --unicode={default|locale|invalid|hex|escape|highlight} - -u {d|l|i|x|e|h} + -U {d|l|i|x|e|h} Determine how to handle UTF-8 unicode characters. The default is no special treatment. All other versions of this option only apply if the encoding is valid and enabling the option @@ -1333,7 +1333,7 @@ usage (FILE *stream, int status) -e --encoding={s,S,b,l,B,L} Select character size and endianness:\n\ s = 7-bit, S = 8-bit, {b,l} = 16-bit, {B,L} = 32-bit\n\ --unicode={default|show|invalid|hex|escape|highlight}\n\ - -u {d|s|i|x|e|h} Specify how to treat UTF-8 encoded unicode characters\n\ + -U {d|s|i|x|e|h} Specify how to treat UTF-8 encoded unicode characters\n\ -s --output-separator=<string> String used to separate strings in output.\n\ @<file> Read options from <file>\n\ -h --help Display this information\n\ |