X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=README.adoc;fp=README.adoc;h=180cdf357b564d0033ba0664b3156e293b81dd3a;hb=b5e2d93b0bc818bea7f694ac7128c1920d508f43;hp=2512596957b7ba0b6efb1c191ac84ed0c913a005;hpb=0b1c52758ea780b5666a708d1977716b1387fc8e;p=safcm%2Fsafcm.git 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