X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=stodo;h=7cc9b5dde45b768bc7a12b2c5d17cc40df61686a;hb=1886c7247cb16ed68a78cd5550b152689a465999;hp=2c4f6de61c353ac6e107e2c362e9fcea4045432b;hpb=c2b5c0655e83bc662345bc7e022207756f847115;p=bin.git diff --git a/stodo b/stodo index 2c4f6de..7cc9b5d 100755 --- a/stodo +++ b/stodo @@ -99,7 +99,7 @@ my %options = (quiet => 0, GetOptions(\%options,'debug|d+','help|h|?','man|m','quiet|q+','simulate|s+'); -pod2usage() if $options{help} or not exists $ENV{TODODB}; +pod2usage() if $options{help}; pod2usage({verbose=>2}) if $options{man}; $DEBUG = $options{debug};