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