We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 719460e commit 3c13505Copy full SHA for 3c13505
cmd/ldifdiff.go
@@ -14,12 +14,12 @@
14
//-d, --dn
15
// Only print DNs instead of a full LDIF.
16
//-i <attributes>, --ignore <attributes>
17
-// Comma separated attribute list.
+// Comma separated attribute list to be ignored.
18
// Multiple instances of this switch are allowed.
19
//-h, --help
20
// Show this screen.
21
//-v, --version
22
-// Show version
+// Show version.
23
package main
24
25
import (
@@ -53,7 +53,7 @@ Options:
53
-d, --dn
54
Only print DNs instead of a full LDIF.
55
-i <attributes>, --ignore <attributes>
56
- Comma separated attribute list.
+ Comma separated attribute list to be ignored.
57
Multiple instances of this switch are allowed.
58
-h, --help
59
Show this screen.
0 commit comments