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.
This commit is contained in:
parent
ae9d9138c3
commit
99252b3d55
1 changed files with 1 additions and 2 deletions
|
@ -1725,8 +1725,7 @@ of the following:
|
||||||
- any object,
|
- any object,
|
||||||
- the boolean `true` (to specify the boolean `true`
|
- the boolean `true` (to specify the boolean `true`
|
||||||
value using YAML metadata or the `--metadata` flag,
|
value using YAML metadata or the `--metadata` flag,
|
||||||
use `y`, `Y`, `yes`, `Yes`, `YES`, `true`, `True`,
|
use `true`, `True`, or `TRUE`; with the `--variable`
|
||||||
`TRUE`, `on`, `On`, or `ON`; with the `--variable`
|
|
||||||
flag, simply omit a value for the variable, e.g.
|
flag, simply omit a value for the variable, e.g.
|
||||||
`--variable draft`).
|
`--variable draft`).
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue