Rename main menu option 3 to "Query Current Configuration"

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-17 22:34:16 -04:00
parent db831a7a31
commit 47157ba502

View File

@@ -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()