Skip to content

Commit

Permalink
Update the kubemux cmd.
Browse files Browse the repository at this point in the history
Signed-off-by: corvofeng <corvofeng@gmail.com>
  • Loading branch information
corvofeng committed May 3, 2024
1 parent 5e71f1b commit f683a4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/gmux/internal/command/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ func Root(logger *log.Logger) *cobra.Command {
Logger: logger,
}
cmd := &cobra.Command{
Use: "km",
Use: "kubemux",
Short: "A command line tool",
Long: "A command line tool for handling gmux commands",
RunE: rootCmd.Run,
Expand Down

0 comments on commit f683a4a

Please sign in to comment.