1
0
mirror of https://github.com/rancher/os.git synced 2025-08-08 02:04:13 +00:00

Refactor TLS command

This commit is contained in:
Darren Shepherd 2015-03-18 05:35:47 -07:00
parent e143d04885
commit 63a1c50f27

View File

@ -42,8 +42,9 @@ func Main() {
Subcommands: osSubcommands(), Subcommands: osSubcommands(),
}, },
{ {
Name: "tlsconf", Name: "tls",
Usage: "setup tls configuration", Usage: "setup tls configuration",
HideHelp: true,
Subcommands: tlsConfCommands(), Subcommands: tlsConfCommands(),
}, },
} }