From 5219e4c0b408d01b53043155d4b885637a0879f7 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Mon, 25 Apr 2005 09:25:57 +0000 Subject: [PATCH] Oops - forgot one place where -K is documented. --- binutils/objcopy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/binutils/objcopy.c b/binutils/objcopy.c index 03f71e1bc7..76e1b832aa 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= Do not copy symbol \n\ - -K --keep-symbol= Only copy symbol \n\ + -K --keep-symbol= Do not strip symbol \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\