diff options
author | dsainty <dsainty@pkgsrc.org> | 2008-03-23 01:04:47 +0000 |
---|---|---|
committer | dsainty <dsainty@pkgsrc.org> | 2008-03-23 01:04:47 +0000 |
commit | 0eec92f6ddfe0880ca545d69d28f8c08208024f5 (patch) | |
tree | 5d6005b9c766b8eef782aa7f7366138ff07430ff /pkgtools | |
parent | b6bcf4de10a24e1fc1cb57c6923cd7e4fe7a3c35 (diff) | |
download | pkgsrc-0eec92f6ddfe0880ca545d69d28f8c08208024f5.tar.gz |
Correct typo in usage message: vulneraiblities -> vulnerabilities
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/pkg_install/files/admin/main.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgtools/pkg_install/files/admin/main.c b/pkgtools/pkg_install/files/admin/main.c index 283ba6decf4..a8e81bb5b4d 100644 --- a/pkgtools/pkg_install/files/admin/main.c +++ b/pkgtools/pkg_install/files/admin/main.c @@ -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 @@ usage(void) " 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", |