Skip to content

Commit

Permalink
cmd/root: Rename vct "Container" to "Control"
Browse files Browse the repository at this point in the history
  • Loading branch information
iBug committed Apr 3, 2024
1 parent f006fec commit eac6646
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ var versionCmd = &cobra.Command{
func MakeCmd() *cobra.Command {
cmd := &cobra.Command{
Use: "vct",
Short: "Vlab's Container Tool",
Long: "Vlab's Container Tool, a versatile tool for managing containers on Proxmox VE",
Short: "Vlab's Control Tool",
Long: "Vlab's Control Tool, a versatile tool for managing containers and virtual machines on Proxmox VE",
Args: cobra.NoArgs,
}
cmd.CompletionOptions.HiddenDefaultCmd = true
Expand Down

0 comments on commit eac6646

Please sign in to comment.