summaryrefslogtreecommitdiffstats
path: root/cobbler/modules/cli_report.py
diff options
context:
space:
mode:
Diffstat (limited to 'cobbler/modules/cli_report.py')
-rw-r--r--cobbler/modules/cli_report.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cobbler/modules/cli_report.py b/cobbler/modules/cli_report.py
index 7a3e95a9..82060dda 100644
--- a/cobbler/modules/cli_report.py
+++ b/cobbler/modules/cli_report.py
@@ -28,7 +28,7 @@ HELP_FORMAT = commands.HELP_FORMAT
class ReportFunction(commands.CobblerFunction):
def help_me(self):
- return HELP_FORMAT % ("cobbler report","[ARGS|--help]")
+ return HELP_FORMAT % ("cobbler report","[ARGS]")
def command_name(self):
return "report"