samba-tool: removed synopsis code in base class
authorGiampaolo Lauria <lauria2@yahoo.com>
Mon, 18 Jul 2011 21:46:02 +0000 (17:46 -0400)
committerAndrew Tridgell <tridge@samba.org>
Thu, 21 Jul 2011 01:44:31 +0000 (11:44 +1000)
commit5f5eb1b00385fe1643dd5496c61954768fee3818
tree93ba6e3e692ce3dd744fc2dd4b78aae2e6b6861c
parent452e50919efcd5d92df2bfad48ef106cd75ebad9
samba-tool: removed synopsis code in base class

As it is not always possible to determine the usage of a command solely based on the list of required and optional args, it is best
to have the subclasses always define it, rather than displaying an incorrect usage statement. Currently, all commands are subclassing the synopsis.

Signed-off-by: Andrew Tridgell <tridge@samba.org>
source4/scripting/python/samba/netcmd/__init__.py