From 37a52eda8a6e820db4c14bb6ea5210e18ac3d74e Mon Sep 17 00:00:00 2001 From: Daniele Tricoli Date: Sun, 13 Mar 2022 03:15:51 +0100 Subject: [PATCH] Rephrase better the long description --- cmd/run.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/run.go b/cmd/run.go index 0bf6764..54902d0 100644 --- a/cmd/run.go +++ b/cmd/run.go @@ -16,7 +16,7 @@ import ( var runCmd = &cobra.Command{ Use: "run", Short: "Run the bot", - Long: `Start the bot making it connect bot to Telegram and to Mastodon. + Long: `Start the bot making it connect bot to both Telegram and Mastodon. Every messages posted in the Telegram groups the bot is in will be posted into the specified Mastodon account.`,