From 47157ba5029a67d7888c9485a56ba5ca093258de Mon Sep 17 00:00:00 2001 From: scott Date: Tue, 17 Mar 2026 22:34:16 -0400 Subject: [PATCH] Rename main menu option 3 to "Query Current Configuration" Co-Authored-By: Claude Sonnet 4.6 --- es24n_conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/es24n_conf.py b/es24n_conf.py index 1d1ff28..d1c4695 100755 --- a/es24n_conf.py +++ b/es24n_conf.py @@ -33,7 +33,7 @@ def main(): draw_box([ f" {_c(C.BOLD, '1')} Configure Network Settings (serial)", f" {_c(C.BOLD, '2')} Update IOM / Fabric Card Firmware", - f" {_c(C.BOLD, '3')} System Check", + f" {_c(C.BOLD, '3')} Query Current Configuration", f" {_c(C.BOLD, '4')} Exit", ]) print()