From 2341d2c349291b7110581c138fe70af48edaf76c Mon Sep 17 00:00:00 2001 From: abs3nt Date: Sun, 22 Oct 2023 15:25:11 -0700 Subject: [PATCH] test --- cmd/set.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/set.go b/cmd/set.go index 77f35e8..41f8dad 100644 --- a/cmd/set.go +++ b/cmd/set.go @@ -101,7 +101,7 @@ var ( Use: "set", Aliases: []string{"s"}, Args: cobra.RangeArgs(0, 1), - Short: "set wallpaper from setlist", + Short: "query wallhaven with the provided parameters then download the image, set it as wallpaper, and generate colorscheme", RunE: func(cmd *cobra.Command, args []string) error { return set(args) },