From bf88aa980e129e5d7ec3d6873e06ea4be05d99a8 Mon Sep 17 00:00:00 2001 From: Claudio Ramirez Date: Sun, 11 Jun 2017 21:12:52 +0200 Subject: [PATCH] doc --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a753ec3..8fc01f4 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # ldifdiff -ldiffdiff is a fast Go (golang) library and executable that outputs the +ldiffdiff is a fast Go (golang) library and executable that outputs the difference between two LDIF files (LDAP). Binaries of the command implementation are provided under [releases](https://github.com/nxadm/ldifdiff/releases). @@ -86,3 +86,4 @@ targetFileStr) and outputs the differences as a list of affected DNs (Dintinguished Names). An array of attributes can be supplied. These attributes will be ignored when comparing the LDIF strings. The output is a string slice. In case of failure, an error is provided. +