diff options
author | abs <abs> | 1999-04-19 17:59:05 +0000 |
---|---|---|
committer | abs <abs> | 1999-04-19 17:59:05 +0000 |
commit | 632d8c89cea125cdb73cbee6315e467c5b224452 (patch) | |
tree | a81adc8c215f1304f1f453bb5a0c2a6d36253c38 /pkgtools | |
parent | 769cbbf8862f6cb582ac8f9cd8c3eafc9adec193 (diff) | |
download | pkgsrc-632d8c89cea125cdb73cbee6315e467c5b224452.tar.gz |
Correct old '-u' reference (now '-o')
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/pkglint/files/lintpkgsrc.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgtools/pkglint/files/lintpkgsrc.1 b/pkgtools/pkglint/files/lintpkgsrc.1 index 32446c99bc7..0ce427fbb50 100644 --- a/pkgtools/pkglint/files/lintpkgsrc.1 +++ b/pkgtools/pkglint/files/lintpkgsrc.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: lintpkgsrc.1,v 1.1 1999/04/19 07:32:10 abs Exp $ +.\" $NetBSD: lintpkgsrc.1,v 1.2 1999/04/19 17:59:05 abs Exp $ .\" .\" Copyright (c) 1999 by David Brownlee (abs@netbsd.org) .\" Absolutely no warranty. @@ -39,9 +39,9 @@ the same distfile with a different md5 checksum. .It Fl o Report any old distfile (not referenced by any package's md5 file). .It Fl r -Remove distfiles which are not referenced in any package's md5 file, or has -an incorrect checksum (usually due to an interrupted download). To remove -one or the other type, additionally specify the -u or -m flag respectively. +Remove distfiles which are not referenced from any package's md5 file, or +have an incorrect checksum (usually due to an interrupted download). To remove +one or the other type, additionally specify the -o or -m flag respectively. .El .Sh AUTHOR David Brownlee <abs@netbsd.org> |