summaryrefslogtreecommitdiffstats
path: root/ruby/rubygem-trollop/README
diff options
context:
space:
mode:
Diffstat (limited to 'ruby/rubygem-trollop/README')
-rw-r--r--ruby/rubygem-trollop/README5
1 files changed, 0 insertions, 5 deletions
diff --git a/ruby/rubygem-trollop/README b/ruby/rubygem-trollop/README
deleted file mode 100644
index f12d071998..0000000000
--- a/ruby/rubygem-trollop/README
+++ /dev/null
@@ -1,5 +0,0 @@
-Trollop is a commandline option parser for Ruby that just gets out of
-your way. One line of code per option is all you need to write. For
-that, you get a nice automatically-generated help page, robust option
-parsing, command subcompletion, and sensible defaults for everything
-you don't specify.