Reduces length of help tip for new console command

This commit is contained in:
Neil Dorin
2019-11-15 21:30:43 -07:00
parent 374ebc8d85
commit 4f2c059e0c

View File

@@ -68,7 +68,7 @@ namespace PepperDash.Core
{
// Add command to console
CrestronConsole.AddNewConsoleCommand(SetDoNotLoadOnNextBootFromConsole, "donotloadonnextboot",
"donotloadonnextboot:P [true/false]: Sets whether the application should load config on next boot", ConsoleAccessLevelEnum.AccessOperator);
"donotloadonnextboot:P [true/false]: Should the application load on next boot", ConsoleAccessLevelEnum.AccessOperator);
CrestronConsole.AddNewConsoleCommand(SetDebugFromConsole, "appdebug",
"appdebug:P [0-2]: Sets the application's console debug message level",