summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorPeter Rajnoha <prajnoha@redhat.com>2022-08-05 10:31:08 +0200
committerPeter Rajnoha <prajnoha@redhat.com>2022-08-11 11:10:11 +0200
commitb318c9c20f40be1583e7d0751a733f77be173012 (patch)
tree8b144818de5f7c95fac99ac2b41e7a8c8865330e /conf
parentefd083f66883e674a6f24370d8c7cc06aa4fafe7 (diff)
downloadlvm2-b318c9c20f40be1583e7d0751a733f77be173012.tar.gz
make: generate
Diffstat (limited to 'conf')
-rw-r--r--conf/example.conf.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/conf/example.conf.in b/conf/example.conf.in
index 5fadeac12..10810d8b8 100644
--- a/conf/example.conf.in
+++ b/conf/example.conf.in
@@ -1951,6 +1951,12 @@ activation {
# name for identification.
# json
# JSON format.
+ # json_std
+ # JSON format that is more compliant with JSON standard.
+ # Compared to original "json" format:
+ # - it does not use double quotes around numeric values,
+ # - it uses 'null' for undefined numeric values,
+ # - it prints string list as proper JSON array of strings instead of a single string.
# This configuration option has an automatic default value.
# output_format = "basic"