summaryrefslogtreecommitdiff
path: root/stats.rb
diff options
context:
space:
mode:
Diffstat (limited to 'stats.rb')
-rwxr-xr-xstats.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/stats.rb b/stats.rb
index 390cbd9..36a9ae1 100755
--- a/stats.rb
+++ b/stats.rb
@@ -24,7 +24,7 @@ def stats references, stopwords
end
def main
- config = Trollop::options do
+ config = Optimist::options do
opt :references, "File with references, truecased and tokenized", :type => :string, :short => "-r", :required => true
opt :stopwords, "File with stopwords, one per line", :type => :string, :short => "-s", :required => true
end