From 0454887a0e64a7fbafd460580ae619e752d0e6e8 Mon Sep 17 00:00:00 2001 From: "B. Burt" Date: Wed, 12 Jul 2023 16:02:20 -0700 Subject: [PATCH] [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 --- lib/getoptlong.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: #