summaryrefslogtreecommitdiffstats
path: root/bin/pocket
diff options
context:
space:
mode:
Diffstat (limited to 'bin/pocket')
-rw-r--r--bin/pocket2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/pocket b/bin/pocket
index c38d497..a73633c 100644
--- a/bin/pocket
+++ b/bin/pocket
@@ -3,4 +3,4 @@ use strict;
use warnings;
use WWW::Pocket::Script;
-WWW::Pocket::Script->new_with_options->run;
+WWW::Pocket::Script->new->run(@ARGV);