1
0
mirror of https://github.com/rancher/os.git synced 2025-09-01 06:40:31 +00:00
This commit is contained in:
Darren Shepherd
2015-02-23 12:00:33 -07:00
parent dac9b7e21e
commit 1c5ac9f410
5 changed files with 50 additions and 50 deletions

View File

@@ -37,13 +37,13 @@ func Main() {
// Action: reload,
//},
{
Name: "os",
Usage: "operating system upgrade/downgrade",
Name: "os",
Usage: "operating system upgrade/downgrade",
Subcommands: osSubcommands(),
},
{
Name: "tlsconf",
Usage: "setup tls configuration",
Name: "tlsconf",
Usage: "setup tls configuration",
Subcommands: tlsConfCommands(),
},
}