We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ce3112 commit 9e5b262Copy full SHA for 9e5b262
cmd/clear.go
@@ -9,7 +9,7 @@ import (
9
var (
10
force bool
11
clearCmd = &cobra.Command{
12
- Use: "aws-cli-auth clear-cache",
+ Use: "clear-cache <flags>",
13
Short: "Clears any stored credentials in the OS secret store",
14
Run: clear,
15
}
0 commit comments