From 74a0cd60223c33af068b76397a85d2eb5cce32d1 Mon Sep 17 00:00:00 2001 From: qwint Date: Wed, 29 Apr 2026 14:21:42 -0500 Subject: [PATCH] MultiServer: update help doc on auto_shutdown#5917 --- MultiServer.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MultiServer.py b/MultiServer.py index ed14b6506f..28ab853ccc 100644 --- a/MultiServer.py +++ b/MultiServer.py @@ -2633,8 +2633,8 @@ def parse_args() -> argparse.Namespace: goal: !remaining can be used after goal completion ''') parser.add_argument('--auto_shutdown', default=defaults["auto_shutdown"], type=int, - help="automatically shut down the server after this many minutes without new location checks. " - "0 to keep running. Not yet implemented.") + help="automatically shut down the server after this many seconds without new location checks. " + "0 to keep running.") parser.add_argument('--use_embedded_options', action="store_true", help='retrieve release, remaining and hint options from the multidata file,' ' instead of host.yaml')