summary refs log tree commit diff stats
path: root/draco.pl
diff options
context:
space:
mode:
Diffstat (limited to 'draco.pl')
-rwxr-xr-xdraco.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/draco.pl b/draco.pl
index 419f755..012be58 100755
--- a/draco.pl
+++ b/draco.pl
@@ -17,7 +17,7 @@ binmode(STDOUT, "encoding(UTF-8)");
 die "usage: draco [-dhv] <url>\n" unless scalar @ARGV;
 
 my $DEBUG;
-my $VERSION = "v0.2.2";
+my $VERSION = "v0.3.0";
 # Dispatch table to be parsed before url.
 my %dispatch = (
     '-v'  => sub { print "Draco $VERSION\n"; exit; },
@@ -36,7 +36,7 @@ Options:
 Environment Variables:
     FETCH_ALL
         Fetch all comments. This will make multiple HTTP calls to
-        reddit. This doesn't fetch *all* the comments.
+        reddit.
 };
                    exit;
                },