diff options
Diffstat (limited to 'fripost-searchdomain')
-rwxr-xr-x | fripost-searchdomain | 4 |
1 files changed, 2 insertions, 2 deletions
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<CONFIGURATION>. The root DN for everything done by B<fripost-searchdomain>. The default value is read from the configuration file, see B<CONFIGURATION>. -=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); |