Fix typo in `c++filt --help`

Message ID 20230511162432.153704-1-ivan.lazaric1@gmail.com
State New
Headers
Series Fix typo in `c++filt --help` |

Commit Message

Ivan Lazaric May 11, 2023, 4:24 p.m. UTC
  ---
 binutils/cxxfilt.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Comments

Tom Tromey May 12, 2023, 6:43 p.m. UTC | #1
>>>>> "Ivan" == Ivan Lazaric via Gdb-patches <gdb-patches@sourceware.org> writes:

Ivan> ---
Ivan>  binutils/cxxfilt.c | 2 +-
Ivan>  1 file changed, 1 insertion(+), 1 deletion(-)

You should send this to the binutils list.

Tom
  

Patch

diff --git a/binutils/cxxfilt.c b/binutils/cxxfilt.c
index 12a06bba943..c729a46fbb5 100644
--- a/binutils/cxxfilt.c
+++ b/binutils/cxxfilt.c
@@ -107,7 +107,7 @@  Options are:\n\
   [-p|--no-params]            Do not display function arguments\n\
   [-i|--no-verbose]           Do not show implementation details (if any)\n\
   [-R|--recurse-limit]        Enable a limit on recursion whilst demangling.  [Default]\n\
-  ]-r|--no-recurse-limit]     Disable a limit on recursion whilst demangling\n\
+  [-r|--no-recurse-limit]     Disable a limit on recursion whilst demangling\n \
   [-t|--types]                Also attempt to demangle type encodings\n\
   [-s|--format ");
   print_demangler_list (stream);