diff options
author | Aapo Rantalainen <aapo.rantalainen@gmail.com> | 2024-08-02 15:13:44 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2024-08-02 15:14:27 +0100 |
commit | f9383915344eaa494c16152f12c0848c03788b40 (patch) | |
tree | cbe64c8a5240c3bc887605f33f197712e8eb8220 /binutils | |
parent | c8cfd51787ef7e224e274224a304e461754324d8 (diff) | |
download | gdb-f9383915344eaa494c16152f12c0848c03788b40.zip gdb-f9383915344eaa494c16152f12c0848c03788b40.tar.gz gdb-f9383915344eaa494c16152f12c0848c03788b40.tar.bz2 |
Fix typo in --help output of the strings program.
PR 31940
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 ec02e1d..5d7be3d 100644 --- a/binutils/strings.c +++ b/binutils/strings.c @@ -1350,8 +1350,8 @@ usage (FILE *stream, int status) -T --target=<BFDNAME> Specify the binary file format\n\ -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\ + --unicode={default|locale|invalid|hex|escape|highlight}\n\ + -U {d|l|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\ |