File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ var commands = {
34
34
35
35
function help ( ) {
36
36
var helpText = "Usage:" + "\n" +
37
- " node-red- admin <command> [args] [--help] [--userDir DIR] [--json]\n\n" +
37
+ " node-red admin <command> [args] [--help] [--userDir DIR] [--json]\n\n" +
38
38
"Description:" + "\n" +
39
39
" Node-RED command-line client\n\n" +
40
40
"Commands:\n" +
Original file line number Diff line number Diff line change @@ -195,7 +195,7 @@ module.exports = {
195
195
} ,
196
196
help : function ( command ) {
197
197
var helpText = "Usage:" + "\n" +
198
- " node-red- admin " + command . usage + "\n\n" +
198
+ " node-red admin " + command . usage + "\n\n" +
199
199
"Description:" + "\n" +
200
200
" " + command . description + "\n\n" +
201
201
"Options:" + "\n" +
You can’t perform that action at this time.
0 commit comments