s4-scripting: samba-tool: Fix domain info usage message
authorBjörn Baumbach <bb@sernet.de>
Tue, 24 Jan 2012 12:02:13 +0000 (13:02 +0100)
committerMichael Adam <obnox@samba.org>
Thu, 16 Feb 2012 11:07:32 +0000 (12:07 +0100)
Signed-off-by: Michael Adam <obnox@samba.org>
source4/scripting/python/samba/netcmd/domain.py

index b0c174b47008f71d5be0127e9c80565f3226ad23..992698d915b2b4d839e21908f50779582d196a1b 100644 (file)
@@ -97,7 +97,7 @@ class cmd_domain_export_keytab(Command):
 class cmd_domain_info(Command):
     """Print basic info about a domain and the DC passed as parameter"""
 
-    synopsis = "%prog domain info <ip_address> [options]"
+    synopsis = "%prog <ip_address> [options]"
 
     takes_options = [
         ]