From: Simon Ruderich Date: Sat, 10 Apr 2021 17:52:02 +0000 (+0200) Subject: README.adoc: mention quoted strings in limitations X-Git-Url: https://ruderich.org/simon/gitweb/?p=safcm%2Fsafcm.git;a=commitdiff_plain;h=b5e2d93b0bc818bea7f694ac7128c1920d508f43 README.adoc: mention quoted strings in limitations --- 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