pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/pkg_install/files/admin Correct typo in usage...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/25be4673ecda
branches:  trunk
changeset: 540034:25be4673ecda
user:      dsainty <dsainty%pkgsrc.org@localhost>
date:      Sun Mar 23 01:04:47 2008 +0000

description:
Correct typo in usage message: vulneraiblities -> vulnerabilities

diffstat:

 pkgtools/pkg_install/files/admin/main.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r d2e1887b672e -r 25be4673ecda pkgtools/pkg_install/files/admin/main.c
--- a/pkgtools/pkg_install/files/admin/main.c   Sat Mar 22 22:20:03 2008 +0000
+++ b/pkgtools/pkg_install/files/admin/main.c   Sun Mar 23 01:04:47 2008 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: main.c,v 1.39 2008/03/15 10:55:34 joerg Exp $  */
+/*     $NetBSD: main.c,v 1.40 2008/03/23 01:04:47 dsainty Exp $        */
 
 #if HAVE_CONFIG_H
 #include "config.h"
@@ -8,7 +8,7 @@
 #include <sys/cdefs.h>
 #endif
 #ifndef lint
-__RCSID("$NetBSD: main.c,v 1.39 2008/03/15 10:55:34 joerg Exp $");
+__RCSID("$NetBSD: main.c,v 1.40 2008/03/23 01:04:47 dsainty Exp $");
 #endif
 
 /*-
@@ -112,7 +112,7 @@
            " dump                        - dump database\n"
            " pmatch pattern pkg          - returns true if pkg matches pattern, otherwise false\n"
            " fetch-pkg-vulnerabilities [-s] - fetch new vulnerability file\n"
-           " check-pkg-vulneraiblities [-s] <file> - check syntax and checksums of the vulnerability file\n"
+           " check-pkg-vulnerabilities [-s] <file> - check syntax and checksums of the vulnerability file\n"
            " audit [-es] [-t type] ...\n"
            " audit-pkg [-es] [-t type] ...\n"
            " audit-batch [-es] [-t type] ...\n",



Home | Main Index | Thread Index | Old Index