Skip to content

Commit

Permalink
Altered descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
null93 committed Jun 25, 2024
1 parent b816510 commit 631fc10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion internal/clean.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ var (

var cleanCmd = &cobra.Command{
Use: "clean [" + strings.Join(allowedCleanArgs, "] [") + "]",
Short: "Delete expired role credentials from cache",
Short: "Delete expired role/sso credentials from cache, optionally delete all credentials",
Args: cobra.RangeArgs(1, 2),
ValidArgs: allowedCleanArgs,
Example: " knox clean creds\n knox clean sso -a\n knox clean creds sso",
Expand Down
2 changes: 1 addition & 1 deletion internal/connect.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ var (

var connectCmd = &cobra.Command{
Use: "connect",
Short: "Connect to a specific EC2 instance using SSM",
Short: "Connect to a specific EC2 instance using AWS session-manager-plugin",
Args: cobra.ExactArgs(0),
Run: func(cmd *cobra.Command, args []string) {
now := time.Now()
Expand Down

0 comments on commit 631fc10

Please sign in to comment.