1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-27 07:42:04 +03:00

samba-tool: Fixed "ldapcmp" command synopsis

Fixed "ldapcmp" command syntax

Signed-off-by: Amitay Isaacs <amitay@gmail.com>
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Giampaolo Lauria
2011-09-02 11:23:26 -04:00
committed by Andrew Bartlett
parent 342146e0b4
commit abd7368e76

View File

@ -842,7 +842,7 @@ class LDAPBundel(object):
class cmd_ldapcmp(Command):
"""compare two ldap databases"""
synopsis = "ldapcmp URL1 URL2 <domain|configuration|schema> [options]"
synopsis = "%prog ldapcmp <URL1> <URL2> (domain|configuration|schema) [options]"
takes_optiongroups = {
"sambaopts": options.SambaOptions,