diff options
Diffstat (limited to 'cobbler/cobbler_msg.py')
-rw-r--r-- | cobbler/cobbler_msg.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cobbler/cobbler_msg.py b/cobbler/cobbler_msg.py index dbcdfff3..dee36118 100644 --- a/cobbler/cobbler_msg.py +++ b/cobbler/cobbler_msg.py @@ -27,9 +27,7 @@ _msg_table = { "no_delete" : "cobbler could not delete: %s", "no_args" : "this command requires arguments.", "missing_options" : "cannot perform this action, more arguments are required", - "enchant_args" : "usage: cobbler enchant --name=<string> --profile=<string> --password=<string>", "enchant_failed" : "enchant failed (%s)", - "import_args" : "usage: cobbler import --path=<path>", "import_failed" : "import failed (%s)", "unknown_cmd" : "cobbler doesn't understand '%s'", "bad_arg" : "cobbler was expecting an equal sign in argument '%s'", |