diff options
author | Daniel P. Berrangé <berrange@redhat.com> | 2020-11-04 13:57:21 +0000 |
---|---|---|
committer | Daniel P. Berrangé <berrange@redhat.com> | 2021-01-29 17:07:53 +0000 |
commit | 4d7beeab38e6d2d242bcf110532ff6a9b03bd53d (patch) | |
tree | 0aea2f318aa514eb7a5f69b7cd728a8af80918fb /include/authz | |
parent | 166310299a1e7824bbff17e1f016659d18b4a559 (diff) |
Prefer 'on' | 'off' over 'yes' | 'no' for bool options
Update some docs and test cases to use 'on' | 'off' as the preferred
value for bool options.
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Diffstat (limited to 'include/authz')
-rw-r--r-- | include/authz/listfile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/authz/listfile.h b/include/authz/listfile.h index 0a1e5bddd3..0b7fe72198 100644 --- a/include/authz/listfile.h +++ b/include/authz/listfile.h @@ -73,7 +73,7 @@ OBJECT_DECLARE_SIMPLE_TYPE(QAuthZListFile, * The object can be created on the command line using * * -object authz-list-file,id=authz0,\ - * filename=/etc/qemu/myvm-vnc.acl,refresh=yes + * filename=/etc/qemu/myvm-vnc.acl,refresh=on * */ struct QAuthZListFile { |