diff options
Diffstat (limited to 'lib/getoptlong.rb')
-rw-r--r-- | lib/getoptlong.rb | 2 |
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: # |