From 54298f820b88af6c2efd99be4beb97524b6195e7 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Wed, 27 Dec 2023 18:24:22 +0100 Subject: [PATCH] Update documentation. Signed-off-by: Felix Fontein --- README.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 42ce226e8..f67ec2770 100644 --- a/README.rst +++ b/README.rst @@ -1552,7 +1552,8 @@ regular expression. Conversely, you can opt in to only left certain keys without encrypting by using the ``--unencrypted-comment-regex`` option, which will leave the values and comments -unencrypted when they have a preeceding comment that matches the supplied regular expression. +unencrypted when they have a preeceding comment, or a trailing comment on the same line, +that matches the supplied regular expression. You can also specify these options in the ``.sops.yaml`` config file.