diff options
author | David MacKenzie <djm@cygnus> | 1993-04-30 01:09:10 +0000 |
---|---|---|
committer | David MacKenzie <djm@cygnus> | 1993-04-30 01:09:10 +0000 |
commit | 690f0433d031026f4f788a3128490711eef41caa (patch) | |
tree | 9166a6293397df827a2b75e24faf8311760fe363 /binutils | |
parent | 19e0e2211c46d9051a17afdd729c3b06ca98bf5b (diff) | |
download | gdb-690f0433d031026f4f788a3128490711eef41caa.zip gdb-690f0433d031026f4f788a3128490711eef41caa.tar.gz gdb-690f0433d031026f4f788a3128490711eef41caa.tar.bz2 |
Had a duplicate listing for -v.
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 |