diff options
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/strip.1 | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/binutils/strip.1 b/binutils/strip.1 index be302be..1c69162 100644 --- a/binutils/strip.1 +++ b/binutils/strip.1 @@ -43,13 +43,6 @@ rather than writing modified copies under different names. .SH OPTIONS .TP -.B \-v -Verbose operation: list all object files modified. In the case of -archives, `\|\c -.B strip \-v\c -\&\|' will list all members of the archive. - -.TP .B "\-F \fIformat\fP \-\-format=\fIformat\fP \-\-target=\fIformat\fP" Treat the original \fIobjfile\fP as a file with the object code format \fIformat\fP, and rewrite it in the same format. @@ -83,7 +76,7 @@ Remove compiler-generated local symbols. .TP .B "\-v \-\-verbose" Verbose output: list all object files modified. In the case of -archives, ``strip -V'' lists all members of the archive. +archives, ``strip \-V'' lists all members of the archive. .TP .B "\-V \-\-version |