summaryrefslogtreecommitdiff
path: root/lib/getoptlong.rb
diff options
context:
space:
mode:
authorB. Burt <[email protected]>2023-07-12 16:02:20 -0700
committergit <[email protected]>2023-07-13 12:30:23 +0000
commit0454887a0e64a7fbafd460580ae619e752d0e6e8 (patch)
tree6cf97688359eae302b67f45ef1a5e248bbc67a32 /lib/getoptlong.rb
parent76ef28186f5c470ef18c7a661f9c7a5d4dc696ea (diff)
[ruby/getoptlong] [DOC] Add spaces to fix formatting in example
To make the example code verbatim. Fixes ruby/ruby#8061 https://github.com/ruby/getoptlong/commit/85fe502916
Diffstat (limited to 'lib/getoptlong.rb')
-rw-r--r--lib/getoptlong.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/getoptlong.rb b/lib/getoptlong.rb
index 5ae0e1497c..ec77272d26 100644
--- a/lib/getoptlong.rb
+++ b/lib/getoptlong.rb
@@ -352,7 +352,7 @@
#
# Command line:
#
-# $ ruby fibonacci.rb --number 6 --verbose yes
+# $ ruby fibonacci.rb --number 6 --verbose yes
#
# Output:
#