From 44e6f63e10f4b58c5d86dd6ab69ba9fbf1c5c242 Mon Sep 17 00:00:00 2001 From: Nils Homer Date: Wed, 19 Apr 2023 07:12:35 -0700 Subject: [PATCH] [doc] fix docstring for monitor-queue (#26) --- pyfgaws/batch/tools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyfgaws/batch/tools.py b/pyfgaws/batch/tools.py index f78eaef..c6b5d08 100644 --- a/pyfgaws/batch/tools.py +++ b/pyfgaws/batch/tools.py @@ -249,7 +249,7 @@ def monitor( delay: the number of seconds to wait after polling for status(es). per_job: true to monitor per-job status information, otherwise jobs will be summarized by status - monitor-queue: never exit and keep monitoring for new jobs. Can only be used with the + monitor_queue: never exit and keep monitoring for new jobs. Can only be used with the `--queue` option """ logger = logging.getLogger(__name__)