aboutsummaryrefslogtreecommitdiffstats
path: root/tools/demo_tool.js
diff options
context:
space:
mode:
Diffstat (limited to 'tools/demo_tool.js')
-rw-r--r--tools/demo_tool.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/demo_tool.js b/tools/demo_tool.js
index f8fd283..d47fa59 100644
--- a/tools/demo_tool.js
+++ b/tools/demo_tool.js
@@ -11,6 +11,6 @@
* @property {string[]} [array_optional] - Define a optional string array property
* @param {Args} args
*/
-exports.main = function main(args) {
+exports.run = function run(args) {
console.log(args);
}