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:
@@ -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",
|
||||
|
Reference in New Issue
Block a user