summaryrefslogtreecommitdiff
path: root/lib/getopts.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/getopts.rb')
-rw-r--r--lib/getopts.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/getopts.rb b/lib/getopts.rb
index f63bbfef6f..4f39ca995a 100644
--- a/lib/getopts.rb
+++ b/lib/getopts.rb
@@ -19,6 +19,7 @@ warn "Warning:#{caller[0].sub(/:in `.*'\z/, '')}: getopts is deprecated after Ru
$RCS_ID=%q$Header$
+# getopts is obsolete. Use GetoptLong.
def getopts(single_options, *options)
boolopts = {}