diff options
| author | Giampaolo Lauria <lauria2@yahoo.com> | 2011-09-02 11:23:26 -0400 | 
|---|---|---|
| committer | Andrew Bartlett <abartlet@samba.org> | 2011-09-09 15:24:04 +1000 | 
| commit | abd7368e769f7e378594f44e569ef69e7bd626c9 (patch) | |
| tree | 6fefec2486ef69592c6d783577e18b18020f7189 /source4/scripting/python | |
| parent | 342146e0b40eda22f1d5c0a483619ff3733f8fb3 (diff) | |
| download | samba-abd7368e769f7e378594f44e569ef69e7bd626c9.tar.gz samba-abd7368e769f7e378594f44e569ef69e7bd626c9.tar.bz2 samba-abd7368e769f7e378594f44e569ef69e7bd626c9.zip | |
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>
Diffstat (limited to 'source4/scripting/python')
| -rwxr-xr-x | source4/scripting/python/samba/netcmd/ldapcmp.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/source4/scripting/python/samba/netcmd/ldapcmp.py b/source4/scripting/python/samba/netcmd/ldapcmp.py index 1db1372eef..14e8492364 100755 --- a/source4/scripting/python/samba/netcmd/ldapcmp.py +++ b/source4/scripting/python/samba/netcmd/ldapcmp.py @@ -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, | 
