From 898b1239702cbf79b149a1072d15e63fc057b657 Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Tue, 3 Sep 2019 13:29:47 +0200 Subject: trollop -> optimist --- stats.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stats.rb') 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 -- cgit v1.2.3