From 99252b3d5537de7f3e35ee4232889fe2e4de273d Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 30 Jun 2018 12:35:16 +0200 Subject: Update manual for "true" YAML values. Now that we're using HsYAML and YAML 1.2, the valid true values are `true`, `True`, `TRUE`. NOTE! `y`, `yes`, `on` no longer count as true values. --- MANUAL.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/MANUAL.txt b/MANUAL.txt index 8421ef674..ed176e4bd 100644 --- a/MANUAL.txt +++ b/MANUAL.txt @@ -1725,8 +1725,7 @@ of the following: - any object, - the boolean `true` (to specify the boolean `true` value using YAML metadata or the `--metadata` flag, - use `y`, `Y`, `yes`, `Yes`, `YES`, `true`, `True`, - `TRUE`, `on`, `On`, or `ON`; with the `--variable` + use `true`, `True`, or `TRUE`; with the `--variable` flag, simply omit a value for the variable, e.g. `--variable draft`). -- cgit v1.2.3