From 935099cec8831b591db4cc53026d4e3be5ecb9b9 Mon Sep 17 00:00:00 2001 From: kuwoyuki Date: Sun, 30 Nov 2025 23:34:04 +0600 Subject: [PATCH] fix: s/++conf/++stat --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index 9053110..c35f119 100644 --- a/main.c +++ b/main.c @@ -2027,7 +2027,7 @@ static void cmd_help(void) { " ++ren <0|1> Remote Enable Line control\r\n" " ++ifc Interface Clear (Bus Reset)\r\n" " ++ver Firmware Version\r\n" - " ++conf Show configuration\r\n" + " ++stat Show configuration\r\n" " ++rst System Reboot\r\n" "\r\n" "HP3478A Internal Commands:\r\n"