Skip to content

Commit 9e5b262

Browse files
committed
fix: clear cmd updated
1 parent 9ce3112 commit 9e5b262

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/clear.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
var (
1010
force bool
1111
clearCmd = &cobra.Command{
12-
Use: "aws-cli-auth clear-cache",
12+
Use: "clear-cache <flags>",
1313
Short: "Clears any stored credentials in the OS secret store",
1414
Run: clear,
1515
}

0 commit comments

Comments
 (0)