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 = {
3434
3535function help ( ) {
3636 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" +
3838 "Description:" + "\n" +
3939 " Node-RED command-line client\n\n" +
4040 "Commands:\n" +
Original file line number Diff line number Diff line change @@ -195,7 +195,7 @@ module.exports = {
195195 } ,
196196 help : function ( command ) {
197197 var helpText = "Usage:" + "\n" +
198- " node-red- admin " + command . usage + "\n\n" +
198+ " node-red admin " + command . usage + "\n\n" +
199199 "Description:" + "\n" +
200200 " " + command . description + "\n\n" +
201201 "Options:" + "\n" +
You can’t perform that action at this time.
0 commit comments