Skip to content

Commit 6d0ee53

Browse files
committed
added-all
1 parent e739ec7 commit 6d0ee53

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

env.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ import (
1111

1212
func NewCmdEnv() *cobra.Command {
1313
cmd := &cobra.Command{
14-
Use: "list-nodes",
15-
Short: "List nodes",
14+
Use: "env",
15+
Short: "List environment variables",
1616
DisableAutoGenTag: true,
1717
Run: func(cmd *cobra.Command, args []string) {
1818
var e []string

root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ func NewRootCmd() *cobra.Command {
1313
enableAnalytics = true
1414
)
1515
var rootCmd = &cobra.Command{
16-
Use: "tamal",
16+
Use: "kubectl-plugin-demo",
1717
Short: `Tamal's kubectl plugin'`,
1818
DisableAutoGenTag: true,
1919
PersistentPreRun: func(c *cobra.Command, args []string) {

0 commit comments

Comments
 (0)