diff --git a/lib/jsduck/options.rb b/lib/jsduck/options.rb index 10e2e1fee..dacb35c85 100644 --- a/lib/jsduck/options.rb +++ b/lib/jsduck/options.rb @@ -157,7 +157,7 @@ def create_option_parser opts.separator "" opts.on('-o', '--output=PATH', - "Directory to output all this amazing documentation.", + "Directory to write all this documentation.", "", "This option is REQUIRED. When the directory exists,", "it will be overwritten. Give dash '-' as argument", @@ -177,7 +177,7 @@ def create_option_parser end opts.on('--builtin-classes', - "Includes docs for JavaScript builtin classes.", + "Includes docs for JavaScript builtins.", "", "Docs for the following classes are included:", "", @@ -251,7 +251,7 @@ def create_option_parser end opts.on('--head-html=HTML', - "HTML to append to the section of index.html.", + "HTML for the section of index.html.", "", "Useful for adding extra