diff --git a/bin/biodb-to-json.pl b/bin/biodb-to-json.pl index 63d9060f16..9895666c20 100755 --- a/bin/biodb-to-json.pl +++ b/bin/biodb-to-json.pl @@ -29,7 +29,7 @@ =head2 OPTIONS =item --help | -? | -h -Display a help screen. +Display an extended help screen. =item --conf @@ -85,7 +85,7 @@ =head2 OPTIONS ) or pod2usage(); pod2usage( -verbose => 2 ) if $help; -pod2usage() unless defined $confFile; +pod2usage( 'must provide a --conf argument' ) unless defined $confFile; if (!defined($nclChunk)) { # default chunk size is 50KiB