From 25cca9cc6165f1163bd481f74ad2041b3e73f04b Mon Sep 17 00:00:00 2001 From: Ryuichi Okumura Date: Wed, 12 Nov 2014 20:57:31 +0900 Subject: [PATCH] Add the help for --no-sort option This feature has been merged in #261. --- lib/help.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/help.js b/lib/help.js index 6e59133b..8529cd0d 100644 --- a/lib/help.js +++ b/lib/help.js @@ -39,6 +39,7 @@ YUI.add('help', function (Y) { " -N, --no-color Turn off terminal colors (for automation)", " -C, --no-code Turn off code generation (don't include source files in output)", " -n, --norecurse Do not recurse directories (default is to recurse)", + " --no-sort Do not alphabetical sorting of attributes, events, methods, and properties", " -S, --selleck Look for Selleck component data and attach to API meta data", " -V, --view Dump the Handlebars.js view data instead of writing template files", " -p, --parse-only Only parse the API docs and create the JSON data, do not render templates",