From f5ac8657670f107b17edb45a7817bca28cbba649 Mon Sep 17 00:00:00 2001 From: khorben Date: Mon, 20 Jul 2015 13:59:44 +0000 Subject: Remove the "-s" option from the usage screen of pkg_add(1) It is not available anymore (since 1.17). --- pkgtools/pkg_install/files/add/main.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pkgtools') diff --git a/pkgtools/pkg_install/files/add/main.c b/pkgtools/pkg_install/files/add/main.c index 42a1abba380..de7f2dc5b93 100644 --- a/pkgtools/pkg_install/files/add/main.c +++ b/pkgtools/pkg_install/files/add/main.c @@ -1,4 +1,4 @@ -/* $NetBSD: main.c,v 1.29 2015/05/08 16:29:37 agc Exp $ */ +/* $NetBSD: main.c,v 1.30 2015/07/20 13:59:44 khorben Exp $ */ #if HAVE_CONFIG_H #include "config.h" @@ -7,7 +7,7 @@ #if HAVE_SYS_CDEFS_H #include #endif -__RCSID("$NetBSD: main.c,v 1.29 2015/05/08 16:29:37 agc Exp $"); +__RCSID("$NetBSD: main.c,v 1.30 2015/07/20 13:59:44 khorben Exp $"); /* * @@ -64,7 +64,7 @@ usage(void) { (void) fprintf(stderr, "%s\n%s\n%s\n", "usage: pkg_add [-AfhInRuVv] [-C config] [-P destdir] [-K pkg_dbdir]", - " [-m machine] [-p prefix] [-s verification-type]", + " [-m machine] [-p prefix]", " [[ftp|http]://[user[:password]@]host[:port]][/path/]pkg-name ..."); exit(1); } -- cgit v1.2.3