diff --git a/scripts/plugin-hello-universe.js b/scripts/plugin-hello-universe.js index 224d5959258..4c9c6bdb287 100644 --- a/scripts/plugin-hello-universe.js +++ b/scripts/plugin-hello-universe.js @@ -9,7 +9,7 @@ module.exports = { [`hello`, `universe`], ]; - static usageusage = Command.Usage({ + static usage = Command.Usage({ description: `hello world!`, details: ` This command will print a nice message. diff --git a/scripts/plugin-hello-world.js b/scripts/plugin-hello-world.js index 9d91b6083ff..3d1bd246087 100644 --- a/scripts/plugin-hello-world.js +++ b/scripts/plugin-hello-world.js @@ -9,7 +9,7 @@ module.exports = { [`hello`], ]; - static usageusage = Command.Usage({ + static usage = Command.Usage({ description: `hello world!`, details: ` This command will print a nice message.