1
0
mirror of https://github.com/rancher/os.git synced 2025-09-02 07:15:41 +00:00

Rename addon to service

This commit is contained in:
Darren Shepherd
2015-04-06 07:28:17 -07:00
parent 8d9d941fee
commit bedb10c85e
5 changed files with 34 additions and 34 deletions

View File

@@ -25,11 +25,11 @@ func Main() {
Subcommands: configSubcommands(),
},
{
Name: "addon",
ShortName: "a",
Usage: "addon settings",
Name: "service",
ShortName: "s",
Usage: "service settings",
HideHelp: true,
Subcommands: addonSubCommands(),
Subcommands: serviceSubCommands(),
},
//{
// Name: "reload",