diff options
author | wiz <wiz@pkgsrc.org> | 2005-01-07 16:57:21 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-01-07 16:57:21 +0000 |
commit | bc45ac923a476f128640a182f3c26a36c780ecbd (patch) | |
tree | 3c3761660642b50a6182948363680d3d5b1b9e97 /pkgtools/pkgfind | |
parent | 3bd858ee9b2006cf157e458ddc6fc7bdfa472104 (diff) | |
download | pkgsrc-bc45ac923a476f128640a182f3c26a36c780ecbd.tar.gz |
Fix typo: -c, not -C. From Ryo HAYASAKA in PR 28893.
Diffstat (limited to 'pkgtools/pkgfind')
-rw-r--r-- | pkgtools/pkgfind/files/pkgfind.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgtools/pkgfind/files/pkgfind.1 b/pkgtools/pkgfind/files/pkgfind.1 index e3cf8b46403..d44846014e7 100644 --- a/pkgtools/pkgfind/files/pkgfind.1 +++ b/pkgtools/pkgfind/files/pkgfind.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: pkgfind.1,v 1.4 2004/10/23 10:48:08 peter Exp $ +.\" $NetBSD: pkgfind.1,v 1.5 2005/01/07 16:57:21 wiz Exp $ .\" .\" Copyright (c) 2004 Peter Postma <peter@pointless.nl> .\" All rights reserved. @@ -24,7 +24,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd October 20, 2004 +.Dd January 7, 2005 .Dt PKGFIND 1 .Sh NAME .Nm pkgfind @@ -55,7 +55,7 @@ The following options may be used: Search in the .Dq COMMENT field, instead of looking at package names. -.It Fl C +.It Fl c Do case sensitive searches. .It Fl q Don't show the comment in the output, only the package name. |