From 71278b098dcea1a5fb8520ab08b086cded0764fe Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Sun, 28 Jul 2019 16:39:21 +0200 Subject: trollop -> optimist --- avg-weights | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'avg-weights') diff --git a/avg-weights b/avg-weights index 36b051a..f090da9 100755 --- a/avg-weights +++ b/avg-weights @@ -1,10 +1,10 @@ #!/usr/bin/env ruby require 'zipf' -require 'trollop' +require 'optimist' require 'zlib' -conf = Trollop::options do +conf = Optimist::options do opt :weights_files, "a number of weights files: name value", :required => true opt :filter, "Filter if key does not appear in every file.", :type => :bool, :default => false end -- cgit v1.2.3