summaryrefslogtreecommitdiff
path: root/sample
diff options
context:
space:
mode:
Diffstat (limited to 'sample')
-rwxr-xr-xsample4
1 files changed, 2 insertions, 2 deletions
diff --git a/sample b/sample
index 8d3a322..aa46ddb 100755
--- a/sample
+++ b/sample
@@ -1,11 +1,11 @@
#!/usr/bin/env ruby
-require 'trollop'
+require 'optimist'
STDIN.set_encoding 'utf-8'
STDOUT.set_encoding 'utf-8'
-opts = Trollop::options do
+opts = Optimist::options do
banner "sample --size <n> [--shuffle] --file <line separated data>"
opt :size, "Sample P % or # lines from file or N.", :type => :float
opt :shuffle, "Sample is shuffled.", :type => :bool