samba-tool: Fixed "ldapcmp" command synopsis
authorGiampaolo Lauria <lauria2@yahoo.com>
Fri, 2 Sep 2011 15:23:26 +0000 (11:23 -0400)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 9 Sep 2011 05:24:04 +0000 (15:24 +1000)
Fixed "ldapcmp" command syntax

Signed-off-by: Amitay Isaacs <amitay@gmail.com>
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
source4/scripting/python/samba/netcmd/ldapcmp.py

index 1db1372eef947607cb9349b698e82b065cec7781..14e8492364808dd4941004f81a0922862c132492 100755 (executable)
@@ -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,