From aca74293bacad24dca4e32f75b0231d62da308d9 Mon Sep 17 00:00:00 2001 From: Nick Genovese Date: Fri, 1 Nov 2024 16:51:58 -0400 Subject: [PATCH] fix: shortened length for appdebug help --- src/Pepperdash.Core/Debug.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Pepperdash.Core/Debug.cs b/src/Pepperdash.Core/Debug.cs index e580cb4..ad49d25 100644 --- a/src/Pepperdash.Core/Debug.cs +++ b/src/Pepperdash.Core/Debug.cs @@ -141,7 +141,7 @@ namespace PepperDash.Core "donotloadonnextboot:P [true/false]: Should the application load on next boot", ConsoleAccessLevelEnum.AccessOperator); CrestronConsole.AddNewConsoleCommand(SetDebugFromConsole, "appdebug", - "appdebug:P [0-5] --devices [devices]: Sets the application's console debug message level. Devices is an array of comma separated device keys for devices you would like to debug. An empty array will allow all devices", + "appdebug:P [0-5] --devices [devices]: Sets the application's console debug message level. An empty array of devices will allow all devices", ConsoleAccessLevelEnum.AccessOperator); CrestronConsole.AddNewConsoleCommand(ShowDebugLog, "appdebuglog",