summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/getoptlong.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/getoptlong.rb b/lib/getoptlong.rb
index c5e60ec188..2d3b617d6b 100644
--- a/lib/getoptlong.rb
+++ b/lib/getoptlong.rb
@@ -25,7 +25,6 @@
# Here is a simple example of usage:
#
# require 'getoptlong'
-# require 'rdoc/usage'
#
# opts = GetoptLong.new(
# [ '--help', '-h', GetoptLong::NO_ARGUMENT ],