summaryrefslogtreecommitdiffstats
path: root/cobbler/modules/cli_repo.py
diff options
context:
space:
mode:
Diffstat (limited to 'cobbler/modules/cli_repo.py')
-rw-r--r--cobbler/modules/cli_repo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cobbler/modules/cli_repo.py b/cobbler/modules/cli_repo.py
index fcba2b9f..d0666c63 100644
--- a/cobbler/modules/cli_repo.py
+++ b/cobbler/modules/cli_repo.py
@@ -35,7 +35,7 @@ import cexceptions
class RepoFunction(commands.CobblerFunction):
def help_me(self):
- return commands.HELP_FORMAT % ("cobbler repo","<add|copy|edit|find|list|remove|rename|report> [ARGS|--help]")
+ return commands.HELP_FORMAT % ("cobbler repo","<add|copy|edit|find|list|remove|rename|report> [ARGS]")
def command_name(self):
return "repo"