Skip to content

Commit 631fc10

Browse files
committed
Altered descriptions
1 parent b816510 commit 631fc10

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

internal/clean.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ var (
1616

1717
var cleanCmd = &cobra.Command{
1818
Use: "clean [" + strings.Join(allowedCleanArgs, "] [") + "]",
19-
Short: "Delete expired role credentials from cache",
19+
Short: "Delete expired role/sso credentials from cache, optionally delete all credentials",
2020
Args: cobra.RangeArgs(1, 2),
2121
ValidArgs: allowedCleanArgs,
2222
Example: " knox clean creds\n knox clean sso -a\n knox clean creds sso",

internal/connect.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ var (
2424

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

0 commit comments

Comments
 (0)