We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents da9a230 + a0d079c commit 04cb60cCopy full SHA for 04cb60c
2 files changed
lib/index.js
@@ -34,7 +34,7 @@ var commands = {
34
35
function help() {
36
var helpText = "Usage:" + "\n" +
37
- " node-red-admin <command> [args] [--help] [--userDir DIR] [--json]\n\n" +
+ " node-red admin <command> [args] [--help] [--userDir DIR] [--json]\n\n" +
38
"Description:" + "\n" +
39
" Node-RED command-line client\n\n" +
40
"Commands:\n" +
lib/result.js
@@ -195,7 +195,7 @@ module.exports = {
195
},
196
help: function(command) {
197
198
- " node-red-admin " + command.usage + "\n\n" +
+ " node-red admin " + command.usage + "\n\n" +
199
200
" " + command.description + "\n\n" +
201
"Options:" + "\n" +
0 commit comments