Skip to content

Commit

Permalink
tweak pod::usage in biodb-to-json a bit more
Browse files Browse the repository at this point in the history
  • Loading branch information
rbuels committed Feb 3, 2012
1 parent 22f4a13 commit c84e331
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/biodb-to-json.pl
Expand Up @@ -29,7 +29,7 @@ =head2 OPTIONS
=item --help | -? | -h
Display a help screen.
Display an extended help screen.
=item --conf <conf file>
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit c84e331

Please sign in to comment.