samba-tool: Don't require full prog line to be in synopsis.
[bbaumbach/samba-autobuild/.git] / source4 / scripting / python / samba / netcmd / dbcheck.py
index 44f3dedf34196ce32c610ce7cb985d0f3079e663..1d4a5b4f3387149b6f217bdc4f32c3f91d25354d 100644 (file)
@@ -33,7 +33,7 @@ from samba.dbchecker import dbcheck
 
 class cmd_dbcheck(Command):
     """check local AD database for errors"""
-    synopsis = "%prog dbcheck [<DN>] [options]"
+    synopsis = "%prog [<DN>] [options]"
 
     takes_args = ["DN?"]