1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-31 20:22:15 +03:00

samba-tool: Provide feedback if synopsis is not defined for a command

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Amitay Isaacs
2011-09-09 13:26:04 +10:00
committed by Andrew Bartlett
parent e9f155f52d
commit 4d0ead86e1

View File

@ -39,7 +39,7 @@ class Command(object):
description = property(_get_description)
# synopsis must be defined in all subclasses in order to provide the command usage
synopsis = ""
synopsis = "Please provide synopsis for this command."
# long_description is a string describing the command in details
long_description = ""
takes_args = []