Commit 3f19e437 authored by Rene Saarsoo's avatar Rene Saarsoo
Browse files

Document default value of footer text.

parent 28ecaa21
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -44,7 +44,9 @@ opts = OptionParser.new do | opts |
    app.extjs_path = path
  end

  opts.on('--footer=TEXT', "Custom footer text for the documentation app.", " ") do |text|
  opts.on('--footer=TEXT',
    "Custom footer text for the documentation app.",
    "Defaults to: 'Generated with JSDuck.'", " ") do |text|
    app.footer = text
  end