Bug 16039: Remove useless exit
pod2usage will exit with the status given in parameter. Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Signed-off-by: Brendan A Gallagher <brendan@bywatersolutions.com>
This commit is contained in:
parent
59e3b97a0c
commit
c831b6deb3
1 changed files with 1 additions and 2 deletions
|
@ -19,8 +19,7 @@ GetOptions(
|
|||
) || pod2usage(1);
|
||||
|
||||
if ($help) {
|
||||
pod2usage(1);
|
||||
exit;
|
||||
pod2usage(0);
|
||||
}
|
||||
|
||||
unless ( C4::Context->preference('UsageStats') ) {
|
||||
|
|
Loading…
Reference in a new issue