aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index a31f94d..985b5f4 100644
--- a/README.md
+++ b/README.md
@@ -73,5 +73,10 @@ dn: cn=reader,dc=nodomain
changetype: modify
replace: description
description: foo
+
+# This will be deleted if exists:
+dn: cn=reader,dc=nodomain
+changetype: delete
+
```