Commit 84489b96 authored by Rene Saarsoo's avatar Rene Saarsoo
Browse files

Typo in command line option docs.

parent 8fc617d3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -587,7 +587,7 @@ module JsDuck
        opts.on('-v', '--verbose',
          "Turns on excessive logging.",
          "",
          "Log messages are writted to STDERR.") do
          "Log messages are written to STDERR.") do
          Logger.verbose = true
        end