Skip to content

Commit

Permalink
Change usage description for shell command (#127)
Browse files Browse the repository at this point in the history
Command `shell` and `exec` has the same `Usage` description
  • Loading branch information
RaphaelVRossi authored May 22, 2023
1 parent 2a5759a commit 88d0766
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/plugin/rpaasv2/cmd/shell.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand Down

0 comments on commit 88d0766

Please sign in to comment.