From 88d07669beb3e06b1a661fc0576a600c7179c23b Mon Sep 17 00:00:00 2001 From: Raphael Rossi Date: Mon, 22 May 2023 19:08:45 -0300 Subject: [PATCH] Change usage description for shell command (#127) Command `shell` and `exec` has the same `Usage` description --- cmd/plugin/rpaasv2/cmd/shell.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/plugin/rpaasv2/cmd/shell.go b/cmd/plugin/rpaasv2/cmd/shell.go index 2bb8c68c6..841e4bef9 100644 --- a/cmd/plugin/rpaasv2/cmd/shell.go +++ b/cmd/plugin/rpaasv2/cmd/shell.go @@ -17,7 +17,7 @@ import ( func NewCmdShell() *cli.Command { return &cli.Command{ Name: "shell", - Usage: "Run a command in an instance", + Usage: "Opens a remote shell inside unit", ArgsUsage: "[-p POD] [-c CONTAINER]", Flags: []cli.Flag{ &cli.StringFlag{