From 747e4795424c6f9112f0e64bcb434df42b2ba8c5 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Sat, 26 Nov 2022 14:30:11 +0530 Subject: fixed help messages, etc --- cmd/episodes.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'cmd/episodes.go') diff --git a/cmd/episodes.go b/cmd/episodes.go index a2dbd4d..57dbba5 100644 --- a/cmd/episodes.go +++ b/cmd/episodes.go @@ -40,7 +40,8 @@ var episodesCmd = &cobra.Command{ " - \x1b[33m`macli episodes `\x1b[0m For interactive prompt (anime-name can be omitted)\n" + " - \x1b[33m`macli episodes -s 4 `\x1b[0m to set the episodes to 4\n" + " - \x1b[33m`macli episodes -s +1 `\x1b[0m to increment the episodes by 1\n" + - " - \x1b[33m`macli episodes -s -2 `\x1b[0m to decrement the episodes by 2\n", + " - \x1b[33m`macli episodes -s -2 `\x1b[0m to decrement the episodes by 2\n" + + " - \x1b[33m`macli episodes -S 1`\x1b[0m automatically selects the first search result\n", Run: func(cmd *cobra.Command, args []string) { conf, err := util.BindSearchConfig(cmd.Flags()) if err != nil { @@ -52,7 +53,7 @@ var episodesCmd = &cobra.Command{ mal.SearchNSFW = conf.SearchNSFW mal.AutoSel = conf.AutoSel ui.PromptLength = conf.PromptLength - mal.Init() + mal.Init() var selectedAnime a.Anime if entryId > 0 { -- cgit v1.2.3