bin: fix documentation of --trust-hoa
* bin/common_hoaread.cc: Here. Reported by Juraj Major.
This commit is contained in:
parent
adc7c93448
commit
e374b95689
1 changed files with 2 additions and 2 deletions
|
|
@ -30,8 +30,8 @@ enum
|
||||||
static const argp_option options[] =
|
static const argp_option options[] =
|
||||||
{
|
{
|
||||||
{ "trust-hoa", OPT_TRUST_HOA, "BOOL", 0,
|
{ "trust-hoa", OPT_TRUST_HOA, "BOOL", 0,
|
||||||
"If False, properties listed in HOA files are ignored, "
|
"If false, properties listed in HOA files are ignored, "
|
||||||
"unless they can be easily verified. If True (the default) "
|
"unless they can be easily verified. If true (the default) "
|
||||||
"any supported property is trusted.", 1 },
|
"any supported property is trusted.", 1 },
|
||||||
{ nullptr, 0, nullptr, 0, nullptr, 0 }
|
{ nullptr, 0, nullptr, 0, nullptr, 0 }
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue