]> git.donarmstrong.com Git - bin.git/blobdiff - stodo
remove convert_to_xls and .sa_bin
[bin.git] / stodo
diff --git a/stodo b/stodo
index 2c4f6de61c353ac6e107e2c362e9fcea4045432b..7cc9b5dde45b768bc7a12b2c5d17cc40df61686a 100755 (executable)
--- 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};