aboutsummaryrefslogtreecommitdiff
path: root/cmd/logout.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/logout.go')
-rw-r--r--cmd/logout.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/logout.go b/cmd/logout.go
index 403f6aa..0826782 100644
--- a/cmd/logout.go
+++ b/cmd/logout.go
@@ -27,7 +27,7 @@ var logoutCmd = &cobra.Command {
Use: "logout",
Short: "Logout from macli",
Long: `Logout from macli
-This will delete the Auth Token and Client ID from system's keyring.
+This will delete the Auth Token and Client ID (if prompted) from system's keyring.
`,
Run: func(cmd *cobra.Command, args []string) {
auth.Logout()