pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/pkgtools/lintpkgsrc/files



Module Name:    pkgsrc
Committed By:   rillig
Date:           Mon Oct 16 22:16:55 UTC 2023

Modified Files:
        pkgsrc/pkgtools/lintpkgsrc/files: lintpkgsrc.pl

Log Message:
lintpkgsrc: fix typo in usage message


To generate a diff of this commit:
cvs rdiff -u -r1.129 -r1.130 pkgsrc/pkgtools/lintpkgsrc/files/lintpkgsrc.pl

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/pkgtools/lintpkgsrc/files/lintpkgsrc.pl
diff -u pkgsrc/pkgtools/lintpkgsrc/files/lintpkgsrc.pl:1.129 pkgsrc/pkgtools/lintpkgsrc/files/lintpkgsrc.pl:1.130
--- pkgsrc/pkgtools/lintpkgsrc/files/lintpkgsrc.pl:1.129        Wed Sep 14 04:03:51 2022
+++ pkgsrc/pkgtools/lintpkgsrc/files/lintpkgsrc.pl      Mon Oct 16 22:16:55 2023
@@ -1,5 +1,5 @@
 #!@PERL5@
-# $NetBSD: lintpkgsrc.pl,v 1.129 2022/09/14 04:03:51 rillig Exp $
+# $NetBSD: lintpkgsrc.pl,v 1.130 2023/10/16 22:16:55 rillig Exp $
 
 # Written by David Brownlee <abs%netbsd.org@localhost>.
 #
@@ -1267,7 +1267,7 @@ Prebuilt package options:         Makefile opti
 
 Misc:
   -E file : Export the internal pkgsrc database to file
-  -I file : Import the internal pkgsrc database to file (for use with -i)
+  -I file : Import the internal pkgsrc database from file (for use with -i)
   -g file : Generate 'pkgname pkgdir pkgver' map in file
   -r     : Remove bad files (Without -m -o -p or -V implies all, can use -R)
 



Home | Main Index | Thread Index | Old Index