summaryrefslogtreecommitdiffstats
path: root/cobbler/modules/cli_system.py
diff options
context:
space:
mode:
Diffstat (limited to 'cobbler/modules/cli_system.py')
-rw-r--r--cobbler/modules/cli_system.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/cobbler/modules/cli_system.py b/cobbler/modules/cli_system.py
index bfc5c2f..65c0625 100644
--- a/cobbler/modules/cli_system.py
+++ b/cobbler/modules/cli_system.py
@@ -26,6 +26,9 @@ import cexceptions
class SystemFunction(commands.CobblerFunction):
+ def help_me(self):
+ return commands.HELP_FORMAT % ("cobbler system","<add|edit|copy|rename|delete> [ARGS|--help]")
+
def command_name(self):
return "system"