From b5e2d93b0bc818bea7f694ac7128c1920d508f43 Mon Sep 17 00:00:00 2001
From: Simon Ruderich <simon@ruderich.org>
Date: Sat, 10 Apr 2021 19:52:02 +0200
Subject: [PATCH] README.adoc: mention quoted strings in limitations

---
 README.adoc | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/README.adoc b/README.adoc
index 2512596..180cdf3 100644
--- a/README.adoc
+++ b/README.adoc
@@ -102,6 +102,10 @@ future, others are due to the design of safcm.
   `/root` which often have strict permissions by default, so carefully check
   the diff output for unwanted changes.
 
+- Quoted strings in the output are quoted using Go's `%q` format string. The
+  result is similar -- but not identical -- to quoted strings in regular shell
+  scripts which can be confusing.
+
 
 == Requirements
 
-- 
2.49.0