diff options
author | Nick Clifton <nickc@redhat.com> | 2024-01-15 12:25:00 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2024-01-15 12:25:00 +0000 |
commit | fad00902c24e11186cc795b3579017074a39e670 (patch) | |
tree | fc22179b17d0f36b25d0d2056f2af3a22e02c28a /binutils/nm.c | |
parent | 9dd903dfbf76d91be97e80499b574ef2f8317620 (diff) | |
download | gdb-fad00902c24e11186cc795b3579017074a39e670.zip gdb-fad00902c24e11186cc795b3579017074a39e670.tar.gz gdb-fad00902c24e11186cc795b3579017074a39e670.tar.bz2 |
nm: Replace --with-symbol-versions with --without-symbol-versions in --help output
PR 31243
nm: Fix --help output
Diffstat (limited to 'binutils/nm.c')
-rw-r--r-- | binutils/nm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/nm.c b/binutils/nm.c index 48663c2..a8e915b 100644 --- a/binutils/nm.c +++ b/binutils/nm.c @@ -365,7 +365,7 @@ usage (FILE *stream, int status) fprintf (stream, _("\ -W, --no-weak Ignore weak symbols\n")); fprintf (stream, _("\ - --with-symbol-versions Display version strings after symbol names\n")); + --without-symbol-versions Do not display version strings after symbol names\n")); fprintf (stream, _("\ -X 32_64 (ignored)\n")); fprintf (stream, _("\ |