From ac1bb7e209e75f892fa2b0fe3039ba7159aa76e0 Mon Sep 17 00:00:00 2001 From: Adam Fidel Date: Mon, 24 Feb 2025 21:27:45 -0600 Subject: [PATCH] fix: update cli command desc --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 2a465ba..6c3e924 100644 --- a/main.go +++ b/main.go @@ -9,7 +9,7 @@ import ( func main() { var rootCmd = &cobra.Command{ Use: "xfconf-profile", - Short: "A CLI tool for managing Xfce profiles", + Short: "Tool for applying, reverting and managing Xfce profiles", } var applyCmd = &cobra.Command{