Skip to content

Commit 3c13505

Browse files
authored
doc
1 parent 719460e commit 3c13505

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cmd/ldifdiff.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414
//-d, --dn
1515
// Only print DNs instead of a full LDIF.
1616
//-i <attributes>, --ignore <attributes>
17-
// Comma separated attribute list.
17+
// Comma separated attribute list to be ignored.
1818
// Multiple instances of this switch are allowed.
1919
//-h, --help
2020
// Show this screen.
2121
//-v, --version
22-
// Show version
22+
// Show version.
2323
package main
2424

2525
import (
@@ -53,7 +53,7 @@ Options:
5353
-d, --dn
5454
Only print DNs instead of a full LDIF.
5555
-i <attributes>, --ignore <attributes>
56-
Comma separated attribute list.
56+
Comma separated attribute list to be ignored.
5757
Multiple instances of this switch are allowed.
5858
-h, --help
5959
Show this screen.

0 commit comments

Comments
 (0)