aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/optparse.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/optparse.rb b/lib/optparse.rb
index d3b504a413..c6e652971e 100644
--- a/lib/optparse.rb
+++ b/lib/optparse.rb
@@ -1352,6 +1352,8 @@ XXX
# [Description:]
# Description string for the option.
# "Run verbosely"
+ # If you give multiple description strings, each string will be printed
+ # line by line.
#
# [Handler:]
# Handler for the parsed argument value. Either give a block or pass a