From 6d5e7d375089690c1d5e23cf9724ae50abc1a493 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 1 Dec 2017 11:11:38 +0000 Subject: [PATCH] cs-adjust-flight: Correct pseudo-BNF synopsys for runvar-build-set In 497b2c6c933d13a05b01c6a654ce470be16dd78a cs-adjust-flight: Rework runvar-build-set new value handling the interpretation of this parameter was changed completely, but the synopsis was not updated and thus became wrong. Signed-off-by: Ian Jackson --- cs-adjust-flight | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/cs-adjust-flight b/cs-adjust-flight index f443cfd..afb81cb 100755 --- a/cs-adjust-flight +++ b/cs-adjust-flight @@ -14,7 +14,7 @@ # runvar-del # runvar-change # runvar-perlop -# runvar-build-set [.] +# runvar-build-set |. # recipe-set # intended-blessing # branch-set @@ -29,9 +29,10 @@ # # runvar-build-set always only affects runvars m/buildjob$/ # and may be further limited by ; -# and, is matched against a value -# containing the being-manipulated flight name -# even if the actual runvar value omits it +# and, is the old value but matches +# against values containing the being-manipulated +# flight name even if the actual runvar values +# omits it # and, if ends in ., it is # completed with the 's job name # -- 2.39.5