public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Fix typo in `c++filt --help`
@ 2023-05-11 16:24 Ivan Lazaric
  2023-05-12 18:43 ` Tom Tromey
  0 siblings, 1 reply; 2+ messages in thread
From: Ivan Lazaric @ 2023-05-11 16:24 UTC (permalink / raw)
  To: gdb-patches; +Cc: Ivan Lazaric

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

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);
-- 
2.34.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] Fix typo in `c++filt --help`
  2023-05-11 16:24 [PATCH] Fix typo in `c++filt --help` Ivan Lazaric
@ 2023-05-12 18:43 ` Tom Tromey
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Tromey @ 2023-05-12 18:43 UTC (permalink / raw)
  To: Ivan Lazaric via Gdb-patches; +Cc: Ivan Lazaric

>>>>> "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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-05-12 18:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-11 16:24 [PATCH] Fix typo in `c++filt --help` Ivan Lazaric
2023-05-12 18:43 ` Tom Tromey

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).