summaryrefslogtreecommitdiff
path: root/norm-german
diff options
context:
space:
mode:
authorPatrick Simianer <pks@pks.rocks>2019-08-05 11:28:24 +0200
committerPatrick Simianer <pks@pks.rocks>2019-08-05 11:28:24 +0200
commitbd84f0f2f1eb693ebdf56b92e2aae67cd785d7ce (patch)
treecb01f3d9f7b5726f3bde5bd46fdc623bc5913bd1 /norm-german
parent43aa6586f5807aeb99d8e08f996707d92e18774e (diff)
trollop -> optimist
Diffstat (limited to 'norm-german')
-rwxr-xr-xnorm-german4
1 files changed, 2 insertions, 2 deletions
diff --git a/norm-german b/norm-german
index cf9c060..85a39da 100755
--- a/norm-german
+++ b/norm-german
@@ -1,13 +1,13 @@
#!/usr/bin/env ruby
require 'thread'
-require 'trollop'
+require 'optimist'
STDIN.set_encoding 'utf-8'
STDOUT.set_encoding 'utf-8'
-conf = Trollop::options do
+conf = Optimist::options do
banner "norm_german < <file w/ lowercased tokens>"
opt :upper, "uppercase", :type => :bool, :default => false
opt :threads, "#threads", :type => :int, :default => 1, :short => '-h'