diff options
author | Andrew Stubbs <ams@codesourcery.com> | 2014-12-23 20:28:16 +0000 |
---|---|---|
committer | Andrew Stubbs <ams@codesourcery.com> | 2014-12-23 20:28:16 +0000 |
commit | 805b1c8bc6cc131266d7db7e03beb43cb25f2e78 (patch) | |
tree | 75fdfec7b9f993d968950cd594c4d2e11c4ed202 /binutils/objcopy.c | |
parent | 1994afbf19892c9e614a034fbf1a5233e9addce3 (diff) | |
download | gdb-805b1c8bc6cc131266d7db7e03beb43cb25f2e78.zip gdb-805b1c8bc6cc131266d7db7e03beb43cb25f2e78.tar.gz gdb-805b1c8bc6cc131266d7db7e03beb43cb25f2e78.tar.bz2 |
Clarify strip docs.
binutils/
* objcopy.c (strip_usage): Reword --remove-section description.
* doc/binutils.texi (strip): Likewise.
Diffstat (limited to 'binutils/objcopy.c')
-rw-r--r-- | binutils/objcopy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/objcopy.c b/binutils/objcopy.c index 07794cb..2e1cb54 100644 --- a/binutils/objcopy.c +++ b/binutils/objcopy.c @@ -632,7 +632,7 @@ strip_usage (FILE *stream, int exit_status) -U --disable-deterministic-archives\n\ Disable -D behavior (default)\n")); fprintf (stream, _("\ - -R --remove-section=<name> Remove section <name> from the output\n\ + -R --remove-section=<name> Also remove section <name> from the output\n\ -s --strip-all Remove all symbol and relocation information\n\ -g -S -d --strip-debug Remove all debugging symbols & sections\n\ --strip-dwo Remove all DWO sections\n\ |