summaryrefslogtreecommitdiffstats
path: root/cobbler/modules/cli_repo.py
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2007-11-19 17:39:15 -0500
committerMichael DeHaan <mdehaan@redhat.com>2007-11-19 17:39:15 -0500
commit995bf878e03aabd8036498b641253a2c419e3c01 (patch)
tree38301f5c0300f721185b08a398be29a7f93eca85 /cobbler/modules/cli_repo.py
parent5883ca6b1b8fe371f98db68ac71982affed8b974 (diff)
downloadthird_party-cobbler-995bf878e03aabd8036498b641253a2c419e3c01.tar.gz
third_party-cobbler-995bf878e03aabd8036498b641253a2c419e3c01.tar.xz
third_party-cobbler-995bf878e03aabd8036498b641253a2c419e3c01.zip
Further work on CLI modularization. All commands implemented now, except for old
school compatibility translation for list/report. All commands will then need to be tested...
Diffstat (limited to 'cobbler/modules/cli_repo.py')
-rw-r--r--cobbler/modules/cli_repo.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/cobbler/modules/cli_repo.py b/cobbler/modules/cli_repo.py
index 09fa234..555b76a 100644
--- a/cobbler/modules/cli_repo.py
+++ b/cobbler/modules/cli_repo.py
@@ -26,6 +26,9 @@ import cexceptions
class RepoFunction(commands.CobblerFunction):
+ def help_me(self):
+ return commands.HELP_FORMAT % ("cobbler repo","<add|edit|copy|rename|delete> [ARGS|--help]")
+
def command_name(self):
return "repo"