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