Commit bbc5182c authored by Nick Poulden's avatar Nick Poulden
Browse files

Merge remote-tracking branch 'upstream/master' into comments

parents cc1c822d 60b36fa3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -179,11 +179,11 @@ module JsDuck
        end

        opts.on('--head-html=HTML', "HTML to append to the <head> section of index.html.", " ") do |html|
          @head_html = html
          @head_html += html
        end

        opts.on('--body-html=HTML', "HTML to append to the <body> section index.html.", " ") do |html|
          @body_html = html
          @body_html += html
        end

        opts.on('--welcome=PATH',