summaryrefslogtreecommitdiff
path: root/lib/optparse.rb
diff options
context:
space:
mode:
-rw-r--r--lib/optparse.rb4
1 files changed, 2 insertions, 2 deletions
@@ -120,7 +120,7 @@
# # -n, --name=NAME Name to say hello to
# # -h, --help Prints this help
#
-# === Required Arugments
#
# For options that require an argument, option specification strings may include an
# option name in all caps. If an option is used without the required argument,
@@ -175,7 +175,7 @@
# As an example, the built-in +Time+ conversion is used. The other built-in
# conversions behave in the same way.
# OptionParser will attempt to parse the argument
-# as a +Time+. If it succeeeds, that time will be passed to the
# handler block. Otherwise, an exception will be raised.
#
# require 'optparse'