summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source4/scripting/python/samba/netcmd/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/scripting/python/samba/netcmd/__init__.py b/source4/scripting/python/samba/netcmd/__init__.py
index 288993f561d..772ced94637 100644
--- a/source4/scripting/python/samba/netcmd/__init__.py
+++ b/source4/scripting/python/samba/netcmd/__init__.py
@@ -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 = []