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/chapters.go | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'cmd/chapters.go') diff --git a/cmd/chapters.go b/cmd/chapters.go index 15e2169..d65d270 100644 --- a/cmd/chapters.go +++ b/cmd/chapters.go @@ -37,10 +37,11 @@ var chaptersCmd = &cobra.Command{ Long: "Set the number of chapters read" + "\n" + "Example Usage:\n" + - " - \x1b[33m`macli chapters `\x1b[0m For interactive prompt (anime-name can be omitted)\n" + - " - \x1b[33m`macli chapters -s 4 `\x1b[0m to set the chapters to 4\n" + - " - \x1b[33m`macli chapters -s +1 `\x1b[0m to increment the chapters by 1\n" + - " - \x1b[33m`macli chapters -s -2 `\x1b[0m to decrement the chapters by 2\n", + " - \x1b[33m`macli chapters `\x1b[0m For interactive prompt (anime-name can be omitted)\n" + + " - \x1b[33m`macli chapters -s 4 `\x1b[0m to set the chapters to 4\n" + + " - \x1b[33m`macli chapters -s +1 `\x1b[0m to increment the chapters by 1\n" + + " - \x1b[33m`macli chapters -s -2 `\x1b[0m to decrement the chapters by 2\n" + + " - \x1b[33m`macli chapters -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 { -- cgit v1.2.3