aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2005-04-25 09:25:57 +0000
committerNick Clifton <nickc@redhat.com>2005-04-25 09:25:57 +0000
commit5219e4c0b408d01b53043155d4b885637a0879f7 (patch)
treee1888a72ae08aefea049a6ef9d90c009738f708f
parente7f918adb61535294f8f807f87b47953b7e36e65 (diff)
downloadfsf-binutils-gdb-5219e4c0b408d01b53043155d4b885637a0879f7.zip
fsf-binutils-gdb-5219e4c0b408d01b53043155d4b885637a0879f7.tar.gz
fsf-binutils-gdb-5219e4c0b408d01b53043155d4b885637a0879f7.tar.bz2
Oops - forgot one place where -K is documented.
-rw-r--r--binutils/objcopy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/objcopy.c b/binutils/objcopy.c
index 03f71e1..76e1b83 100644
--- a/binutils/objcopy.c
+++ b/binutils/objcopy.c
@@ -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\