X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=README.adoc;h=180cdf357b564d0033ba0664b3156e293b81dd3a;hb=bd6ba5af0268551d7ca59ba4bb52a72f30af3b53;hp=2512596957b7ba0b6efb1c191ac84ed0c913a005;hpb=91283c7517bd49d9c7cb4114454cdd7644a442a0;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