Commit 7cc72a84 authored by Rene Saarsoo's avatar Rene Saarsoo
Browse files

Improve --comments-domain and --search-domain docs.

parent 3c702b3a
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -428,6 +428,8 @@ module JsDuck
        end

        opts.on('--comments-domain=STRING',
          "A name identifying the subset of comments.",
          "",
          "A string consisting of <name>/<version>.",
          "",
          "For example: ext-js/4",
@@ -437,7 +439,7 @@ module JsDuck
        end

        opts.on('--search-url=URL',
          "Address of guides search server server.",
          "Address of guides search server.",
          "",
          "When supplied, the search for guides is performed through this",
          "external service and the results merged together with API search.",
@@ -452,6 +454,8 @@ module JsDuck
        end

        opts.on('--search-domain=STRING',
          "A name identifying the subset to search from.",
          "",
          "A string consisting of <name>/<version>.",
          "",
          "Tells the search engine which product and version",