From 389248cfe1637690c453a9719da4401a8d6b4e7b Mon Sep 17 00:00:00 2001 From: Stavros Date: Sat, 25 Jan 2025 21:11:56 +0200 Subject: [PATCH] refactor: change cli about text --- cmd/root.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/root.go b/cmd/root.go index e601d3d..4c359da 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -17,8 +17,8 @@ import ( var rootCmd = &cobra.Command{ Use: "tinyauth", - Short: "An extremely simple traefik forward auth proxy.", - Long: `Tinyauth is an extremely simple traefik forward-auth login screen that makes securing your apps easy.`, + Short: "The simplest way to protect your apps with a login screen.", + Long: `Tinyauth is a simple authentication middleware that adds simple email/password login or OAuth with Google, Github and any generic OAuth provider to all of your docker apps.`, Run: func(cmd *cobra.Command, args []string) { // Get config log.Info().Msg("Parsing config")