summaryrefslogtreecommitdiff
path: root/min_max
diff options
context:
space:
mode:
Diffstat (limited to 'min_max')
-rwxr-xr-xmin_max1
1 files changed, 0 insertions, 1 deletions
diff --git a/min_max b/min_max
index 17dc566..b79a743 100755
--- a/min_max
+++ b/min_max
@@ -3,7 +3,6 @@
require 'zipf'
require 'trollop'
-
cfg = Trollop::options do
opt :min, "minimum #tokens", :type => :int, :default => 1
opt :max, "maximum #tokens", :type => :int, :default => 80, :short => '-n'