summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorespie <espie@openbsd.org>2014-07-12 19:58:20 +0000
committerespie <espie@openbsd.org>2014-07-12 19:58:20 +0000
commit3819b30905445f7a4a10c1c35c02ad9d99b103a8 (patch)
treeec85760f84dd04fd0e0cbdd9eb255f9d14f00df2
parentewps, that giant table has -inet6 twice, for SMALL and !SMALL (diff)
downloadwireguard-openbsd-3819b30905445f7a4a10c1c35c02ad9d99b103a8.tar.xz
wireguard-openbsd-3819b30905445f7a4a10c1c35c02ad9d99b103a8.zip
oh well, remove -Q entirely... I'm probably the only one who ever used that.
-rw-r--r--usr.sbin/pkg_add/OpenBSD/PkgAdd.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/pkg_add/OpenBSD/PkgAdd.pm b/usr.sbin/pkg_add/OpenBSD/PkgAdd.pm
index c393d0db584..7cac6d8a918 100644
--- a/usr.sbin/pkg_add/OpenBSD/PkgAdd.pm
+++ b/usr.sbin/pkg_add/OpenBSD/PkgAdd.pm
@@ -1,7 +1,7 @@
#! /usr/bin/perl
# ex:ts=8 sw=4:
-# $OpenBSD: PkgAdd.pm,v 1.70 2014/07/12 19:54:15 espie Exp $
+# $OpenBSD: PkgAdd.pm,v 1.71 2014/07/12 19:58:20 espie Exp $
#
# Copyright (c) 2003-2014 Marc Espie <espie@openbsd.org>
#
@@ -105,7 +105,7 @@ our @ISA = qw(OpenBSD::AddDelete::State);
sub handle_options
{
my $state = shift;
- $state->SUPER::handle_options('ruUzl:A:P:Q:',
+ $state->SUPER::handle_options('ruUzl:A:P:',
'[-acinqrsUuvxz] [-A arch] [-B pkg-destdir] [-D name[=value]]',
'[-L localbase] [-l file] [-P type] pkg-name [...]');