File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,11 +16,11 @@ import (
16
16
// TYPES
17
17
18
18
type ObjectCommands struct {
19
- Objects ObjectListCommand `cmd:"" group:"LDAP" help:"List queues "`
20
- Object ObjectGetCommand `cmd:"" group:"LDAP" help:"Get object by DN "`
19
+ Objects ObjectListCommand `cmd:"" group:"LDAP" help:"List objects "`
20
+ Object ObjectGetCommand `cmd:"" group:"LDAP" help:"Get object"`
21
21
CreateObject ObjectCreateCommand `cmd:"" group:"LDAP" help:"Create object"`
22
- UpdateObject ObjectUpdateCommand `cmd:"" group:"LDAP" help:"Update object attributes by DN "`
23
- DeleteObject ObjectDeleteCommand `cmd:"" group:"LDAP" help:"Delete object by DN "`
22
+ UpdateObject ObjectUpdateCommand `cmd:"" group:"LDAP" help:"Update object attributes"`
23
+ DeleteObject ObjectDeleteCommand `cmd:"" group:"LDAP" help:"Delete object"`
24
24
}
25
25
26
26
type ObjectListCommand struct {
You can’t perform that action at this time.
0 commit comments