From 41d72c44285e7d451209cab5a0767ea012008f54 Mon Sep 17 00:00:00 2001 From: Adam Novak Date: Wed, 18 Sep 2024 12:51:17 -0400 Subject: [PATCH] Improve option doc wording --- docs/wdl/running.rst | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/wdl/running.rst b/docs/wdl/running.rst index e18160190d..79fab3160b 100644 --- a/docs/wdl/running.rst +++ b/docs/wdl/running.rst @@ -78,10 +78,9 @@ isn't. Can also be set to ``docker`` or ``singularity`` explicitly. ``--allCallOutputs``: Specifies whether outputs from all calls in a workflow should be included alongside the outputs from the ``output`` section, when an -``output`` section is defined. For strict WDL 1.0 compliance, should be set to -``False``. Defaults to unset. If the workflow includes metadata for the -`Cromwell Output Organizer (croo)`_, will default to ``True``. Otherwise, -defaults to ``False``. +``output`` section is defined. For strict WDL spec compliance, should be set to +``False``. Usually defaults to ``False``. If the workflow includes metadata for +the `Cromwell Output Organizer (croo)`_, will default to ``True``. .. _`Cromwell Output Organizer (croo)`: https://github.com/ENCODE-DCC/croo