* binutils.texi (strip): Remove duplicate --target. From Marty
authorIan Lance Taylor <ian@airs.com>
Thu, 9 Oct 1997 20:04:25 +0000 (20:04 +0000)
committerIan Lance Taylor <ian@airs.com>
Thu, 9 Oct 1997 20:04:25 +0000 (20:04 +0000)
Leisner <leisner@sdsp.mc.xerox.com>.

binutils/ChangeLog
binutils/binutils.texi

index 89c2a7b..65b584e 100644 (file)
@@ -1,5 +1,8 @@
 Thu Oct  9 15:57:29 1997  Ian Lance Taylor  <ian@cygnus.com>
 
+       * binutils.texi (strip): Remove duplicate --target.  From Marty
+       Leisner <leisner@sdsp.mc.xerox.com>.
+
        * nm.c (lineno_cache_bfd): New file static variable.
        (lineno_cache_rel_bfd): New file static variable.
        (display_archive): Clear lineno_cache_bfd and lineno_cache_rel_bfd
index 5892fa8..900891f 100644 (file)
@@ -1520,7 +1520,7 @@ Print the program version number on the standard output and exit.
 @cindex symbols, discarding
 
 @smallexample
-strip [ -F @var{bfdname} | --target=@var{bfdname} | --target=@var{bfdname} ]
+strip [ -F @var{bfdname} | --target=@var{bfdname} ]
       [ -I @var{bfdname} | --input-target=@var{bfdname} ]
       [ -O @var{bfdname} | --output-target=@var{bfdname} ]
       [ -s | --strip-all ] [ -S | -g | --strip-debug ]