diff options
Diffstat (limited to 'xt/search.t')
-rw-r--r-- | xt/search.t | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xt/search.t b/xt/search.t index bd77f5b20..5ae1a606a 100644 --- a/xt/search.t +++ b/xt/search.t @@ -36,7 +36,8 @@ use Test::More; my %switches; GetOptions(\%switches, 'operators=s', 'top-operators=s', 'long', - 'add-custom-fields', 'help|h') || die $@; + 'add-custom-fields', 'help|h') + || die $@; pod2usage(verbose => 1) if $switches{'help'}; |