From c8f401f738af746270582f5e67843090ef42de11 Mon Sep 17 00:00:00 2001 From: Asaf Gartner Date: Mon, 7 Feb 2022 14:25:21 +0200 Subject: [PATCH] Updated cmd description --- src/discord/cmd/cmd.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/discord/cmd/cmd.go b/src/discord/cmd/cmd.go index 7eb85f0..566ebf7 100644 --- a/src/discord/cmd/cmd.go +++ b/src/discord/cmd/cmd.go @@ -39,8 +39,8 @@ func init() { makeSnippetCommand := &cobra.Command{ Use: "makesnippet [...]", - Short: "Make snippets from saved Discord messages", - Long: "Make snippets from Discord messages whose content we have already saved. Useful for creating snippets from messages in non-showcase channels.", + Short: "Make snippets from Discord messages", + Long: "Creates snippets from the specified messages in the specified channel. Will create a snippet as long as the poster of the message linked their account regardless of user settings.", Run: func(cmd *cobra.Command, args []string) { if len(args) < 2 { cmd.Usage()