Skip to content

Commit 584294c

Browse files
committed
strings: Replace references to -u option with references to -U.
PR 28632
1 parent 49fa133 commit 584294c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

binutils/strings.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
Specify a non-default object file format.
5858
5959
--unicode={default|locale|invalid|hex|escape|highlight}
60-
-u {d|l|i|x|e|h}
60+
-U {d|l|i|x|e|h}
6161
Determine how to handle UTF-8 unicode characters. The default
6262
is no special treatment. All other versions of this option
6363
only apply if the encoding is valid and enabling the option
@@ -1333,7 +1333,7 @@ usage (FILE *stream, int status)
13331333
-e --encoding={s,S,b,l,B,L} Select character size and endianness:\n\
13341334
s = 7-bit, S = 8-bit, {b,l} = 16-bit, {B,L} = 32-bit\n\
13351335
--unicode={default|show|invalid|hex|escape|highlight}\n\
1336-
-u {d|s|i|x|e|h} Specify how to treat UTF-8 encoded unicode characters\n\
1336+
-U {d|s|i|x|e|h} Specify how to treat UTF-8 encoded unicode characters\n\
13371337
-s --output-separator=<string> String used to separate strings in output.\n\
13381338
@<file> Read options from <file>\n\
13391339
-h --help Display this information\n\

0 commit comments

Comments
 (0)