From d105dff7923c46b30acd5684a168b5c8d93f62ba Mon Sep 17 00:00:00 2001 From: Hilary James Oliver Date: Thu, 29 Feb 2024 01:35:26 +1300 Subject: [PATCH] Apply suggestions from code review [skip ci] Co-authored-by: Ronnie Dutta <61982285+MetRonnie@users.noreply.github.com> --- cylc/flow/scripts/set.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cylc/flow/scripts/set.py b/cylc/flow/scripts/set.py index c545e1d4cd0..1f04255507c 100755 --- a/cylc/flow/scripts/set.py +++ b/cylc/flow/scripts/set.py @@ -59,7 +59,7 @@ # the active window (and start checking its xtriggers, if any): $ cylc set --pre=all my_workflow//3/bar - # complete the "file" custom output of 3/bar: + # complete the "file1" custom output of 3/bar: $ cylc set --out=file1 my_workflow//3/bar # satisfy the "3/bar:file1" prerequisite of 3/qux: @@ -151,7 +151,7 @@ def get_option_parser() -> COP: help=( "Satisfy task prerequisites. For multiple prerequisites" " re-use the option, or give a comma-separated list, or" - ' use "--out=all" to satisfy all prerequisites, if any.' + ' use "--pre=all" to satisfy all prerequisites, if any.' " PREREQUISITE format: 'cycle/task[:OUTPUT]', where" " :OUTPUT defaults to :succeeded." ),