summaryrefslogtreecommitdiff
path: root/lib/optparse.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/optparse.rb')
-rw-r--r--lib/optparse.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/optparse.rb b/lib/optparse.rb
index 70fda81207..79a95c1462 100644
--- a/lib/optparse.rb
+++ b/lib/optparse.rb
@@ -60,7 +60,8 @@
# 4. Arguments can be automatically converted to a specified class.
# 5. Arguments can be restricted to a certain set.
#
-# All of these features are demonstrated in the examples below.
+# All of these features are demonstrated in the examples below. See
+# #make_switch for full documentation.
#
# === Minimal example
#