From 118d9457d718c9011a85aa73321bc8eb3153e688 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Mon, 28 May 2012 02:34:46 +0200 Subject: searchdomain: add shortopt for debug --- fripost-searchdomain | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fripost-searchdomain') diff --git a/fripost-searchdomain b/fripost-searchdomain index 91e7e72..1507fea 100755 --- a/fripost-searchdomain +++ b/fripost-searchdomain @@ -49,7 +49,7 @@ The default value is read from the configuration file, see B. The root DN for everything done by B. The default value is read from the configuration file, see B. -=item B<--debug> +=item B<-d>, B<--debug> Debug mode. @@ -106,7 +106,7 @@ GetOptions( 'bind_dn=s' => \$conf->{bind_dn}, 'bind_pw=s' => \$conf->{bind_pw}, 'pretend' => \$conf->{pretend}, - 'debug' => \$conf->{debug}, + 'debug|d' => \$conf->{debug}, 'man' => sub { pod2usage(-exitstatus => 0, -verbose => 2) } ) or pod2usage(2); -- cgit v1.2.3