From 6fdc2b9a57b7f189c927f03b4ec8641173502605 Mon Sep 17 00:00:00 2001 From: Gretchen Miller Date: Fri, 20 Sep 2024 17:16:07 -0700 Subject: [PATCH] WT-2950 fix RST formatting --- job-conf.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/job-conf.rst b/job-conf.rst index be5a7ae..9873e14 100644 --- a/job-conf.rst +++ b/job-conf.rst @@ -178,6 +178,7 @@ Then brozzling proceeds as usual. | string | yes | ``ENABLE_VIDEO_CAPTURE`` | +--------+----------+--------------------------+ Determines the level of video capture for the seed. This is an enumeration with four possible values: + * ENABLE_VIDEO_CAPTURE (default): All video is captured. * DISABLE_VIDEO_CAPTURE: No video is captured. This is effectively a combination of the next two values.