diff mbox series

[BlueZ,2/2] main.conf: Fix documention of CSIS.Encrypt

Message ID 20230907194134.2242634-2-luiz.dentz@gmail.com
State New
Headers show
Series [BlueZ,1/2] main.conf: Fix printing errors for valid options | expand

Commit Message

Luiz Augusto von Dentz Sept. 7, 2023, 7:41 p.m. UTC
From: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>

CSIS.Encrypt is a boolean so it shall only be set with true/false not
yes/no.
---
 src/main.conf | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
diff mbox series

Patch

diff --git a/src/main.conf b/src/main.conf
index d108934a8ae9..085c81a462dd 100644
--- a/src/main.conf
+++ b/src/main.conf
@@ -270,10 +270,10 @@ 
 
 # SIRK Encryption
 # Possible values:
-# yes: Encrypt SIRK when read
-# no: Do not encrypt SIRK when read. (plaintext)
-# Defaults to yes
-#Encryption = yes
+# true: Encrypt SIRK when read
+# false: Do not encrypt SIRK when read. (plaintext)
+# Defaults to true
+#Encryption = true
 
 # Total no of sets belongs to this Profile
 # Defaults to 0