Jeff Law 786114
diff --git a/binutils/doc/binutils.texi b/binutils/doc/binutils.texi
Jeff Law 786114
index 698702b..1d429cf 100644
Jeff Law 786114
--- a/binutils/doc/binutils.texi
Jeff Law 786114
+++ b/binutils/doc/binutils.texi
Jeff Law 786114
@@ -2866,8 +2866,8 @@ the Info entries for @file{binutils}.
Jeff Law 786114
 
Jeff Law 786114
 @smallexample
Jeff Law 786114
 @c man begin SYNOPSIS cxxfilt
Jeff Law 786114
-c++filt [@option{-_}|@option{--strip-underscores}]
Jeff Law 786114
-        [@option{-n}|@option{--no-strip-underscores}]
Jeff Law 786114
+c++filt [@option{-_}|@option{--strip-underscore}]
Jeff Law 786114
+        [@option{-n}|@option{--no-strip-underscore}]
Jeff Law 786114
         [@option{-p}|@option{--no-params}]
Jeff Law 786114
         [@option{-t}|@option{--types}]
Jeff Law 786114
         [@option{-i}|@option{--no-verbose}]
Jeff Law a76c94
diff -rup a/binutils/doc/binutils.texi b/binutils/doc/binutils.texi
Jeff Law a76c94
--- a/binutils/doc/binutils.texi	2012-03-14 10:19:44.256863358 -0600
Jeff Law a76c94
+++ b/binutils/doc/binutils.texi	2012-03-14 10:20:15.077695863 -0600
Jeff Law a76c94
@@ -2946,14 +2946,14 @@ characters trailing after a mangled name
Jeff Law a76c94
 
Jeff Law a76c94
 @table @env
Jeff Law a76c94
 @item -_
Jeff Law a76c94
-@itemx --strip-underscores
Jeff Law a76c94
+@itemx --strip-underscore
Jeff Law a76c94
 On some systems, both the C and C++ compilers put an underscore in front
Jeff Law a76c94
 of every name.  For example, the C name @code{foo} gets the low-level
Jeff Law a76c94
 name @code{_foo}.  This option removes the initial underscore.  Whether
Jeff Law a76c94
 @command{c++filt} removes the underscore by default is target dependent.
Jeff Law a76c94
 
Jeff Law a76c94
 @item -n
Jeff Law a76c94
-@itemx --no-strip-underscores
Jeff Law a76c94
+@itemx --no-strip-underscore
Jeff Law a76c94
 Do not remove the initial underscore.
Jeff Law a76c94
 
Jeff Law a76c94
 @item -p