]> ruderich.org/simon Gitweb - safcm/safcm.git/commitdiff
README.adoc: mention quoted strings in limitations
authorSimon Ruderich <simon@ruderich.org>
Sat, 10 Apr 2021 17:52:02 +0000 (19:52 +0200)
committerSimon Ruderich <simon@ruderich.org>
Sat, 10 Apr 2021 17:52:02 +0000 (19:52 +0200)
README.adoc

index 2512596957b7ba0b6efb1c191ac84ed0c913a005..180cdf357b564d0033ba0664b3156e293b81dd3a 100644 (file)
@@ -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