We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 884def8 commit bf88aa9Copy full SHA for bf88aa9
README.md
@@ -1,5 +1,5 @@
1
# ldifdiff
2
-ldiffdiff is a fast Go (golang) library and executable that outputs the
+ldiffdiff is a fast Go (golang) library and executable that outputs the
3
difference between two LDIF files (LDAP). Binaries of the command implementation
4
are provided under [releases](https://github.com/nxadm/ldifdiff/releases).
5
@@ -86,3 +86,4 @@ targetFileStr) and outputs the differences as a list of affected DNs
86
(Dintinguished Names). An array of attributes can be supplied. These
87
attributes will be ignored when comparing the LDIF strings. The output
88
is a string slice. In case of failure, an error is provided.
89
+
0 commit comments