From d48bd9998de57d99d13c702b783d1c83cdd15629 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Thu, 16 Jun 2022 23:47:50 +0530 Subject: added help messages --- cmd/logout.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd/logout.go') 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() -- cgit v1.2.3