diff options
Diffstat (limited to 'stats.rb')
-rwxr-xr-x | stats.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |