diff options
author | abs <abs@pkgsrc.org> | 1999-04-19 17:59:05 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 1999-04-19 17:59:05 +0000 |
commit | 3b73290549bf7a741eeb8f65b1fea5e937035914 (patch) | |
tree | a81adc8c215f1304f1f453bb5a0c2a6d36253c38 /pkgtools | |
parent | f85381d98bf2d6d992e28caa765132359a19ab9b (diff) | |
download | pkgsrc-3b73290549bf7a741eeb8f65b1fea5e937035914.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> |