diff options
author | billf <billf@FreeBSD.org> | 1998-12-03 19:54:43 +0000 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 1998-12-03 19:54:43 +0000 |
commit | ef9684d0fffd6bfe7eb2a146925538346f4150ad (patch) | |
tree | 86b8392d18263913c16affa581a3763e5f06ee92 /contrib | |
parent | 7fd65a112e432373f5aeb35ee767f53565b094c9 (diff) | |
download | FreeBSD-src-ef9684d0fffd6bfe7eb2a146925538346f4150ad.zip FreeBSD-src-ef9684d0fffd6bfe7eb2a146925538346f4150ad.tar.gz |
The explanation shows "-V" as being 'verbose' correct this to "-v"
PR: docs/8892
Submitted by: Hirayama Issei <iss@mail.wbs.ne.jp>
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/binutils/binutils/strip.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/binutils/binutils/strip.1 b/contrib/binutils/binutils/strip.1 index 7974612..11cdb18 100644 --- a/contrib/binutils/binutils/strip.1 +++ b/contrib/binutils/binutils/strip.1 @@ -150,7 +150,7 @@ other than \fB\-K\fR. .B \-\-verbose Verbose output: list all object files modified. In the case of archives, -.B "strip \-V" +.B "strip \-v" lists all members of the archive. .TP |