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/volumes.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cmd/volumes.go') diff --git a/cmd/volumes.go b/cmd/volumes.go index f1cc108..1fb54ce 100644 --- a/cmd/volumes.go +++ b/cmd/volumes.go @@ -40,7 +40,8 @@ var volumesCmd = &cobra.Command{ " - \x1b[33m`macli volumes `\x1b[0m For interactive prompt (manga-name can be omitted)\n" + " - \x1b[33m`macli volumes -s 4 `\x1b[0m to set the volumes to 4\n" + " - \x1b[33m`macli volumes -s +1 `\x1b[0m to increment the volumes by 1\n" + - " - \x1b[33m`macli volumes -s -2 `\x1b[0m to decrement the volumes by 2\n", + " - \x1b[33m`macli volumes -s -2 `\x1b[0m to decrement the volumes by 2\n" + + " - \x1b[33m`macli volumes -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