Oops - forgot one place where -K is documented.
authorNick Clifton <nickc@redhat.com>
Mon, 25 Apr 2005 09:25:57 +0000 (09:25 +0000)
committerNick Clifton <nickc@redhat.com>
Mon, 25 Apr 2005 09:25:57 +0000 (09:25 +0000)
binutils/objcopy.c

index 03f71e1bc7d6f3c24cba9090b6091a9fa9f7e13f..76e1b832aa639a66f5eed6b75d230f93302209c2 100644 (file)
@@ -503,7 +503,7 @@ strip_usage (FILE *stream, int exit_status)
      --strip-unneeded              Remove all symbols not needed by relocations\n\
      --only-keep-debug             Strip everything but the debug information\n\
   -N --strip-symbol=<name>         Do not copy symbol <name>\n\
-  -K --keep-symbol=<name>          Only copy symbol <name>\n\
+  -K --keep-symbol=<name>          Do not strip symbol <name>\n\
   -w --wildcard                    Permit wildcard in symbol comparison\n\
   -x --discard-all                 Remove all non-global symbols\n\
   -X --discard-locals              Remove any compiler-generated symbols\n\
This page took 0.031885 seconds and 4 git commands to generate.