From: espie Date: Sat, 12 Jul 2014 19:58:20 +0000 (+0000) Subject: oh well, remove -Q entirely... I'm probably the only one who ever used that. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=3819b30905445f7a4a10c1c35c02ad9d99b103a8;p=openbsd oh well, remove -Q entirely... I'm probably the only one who ever used that. --- 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 # @@ -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 [...]');