diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-11-26 14:30:11 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-11-26 14:30:11 +0530 |
commit | 747e4795424c6f9112f0e64bcb434df42b2ba8c5 (patch) | |
tree | 080a85cdf9a2f001562d9583f1e911c70497839d /cmd/volumes.go | |
parent | 50f211800946318ff4e3c40c1fc497c149b0380d (diff) |
fixed help messages, etc
Diffstat (limited to 'cmd/volumes.go')
-rw-r--r-- | cmd/volumes.go | 3 |
1 files changed, 2 insertions, 1 deletions
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 <manga-name>`\x1b[0m For interactive prompt (manga-name can be omitted)\n" + " - \x1b[33m`macli volumes -s 4 <manga-name>`\x1b[0m to set the volumes to 4\n" + " - \x1b[33m`macli volumes -s +1 <manga-name>`\x1b[0m to increment the volumes by 1\n" + - " - \x1b[33m`macli volumes -s -2 <manga-name>`\x1b[0m to decrement the volumes by 2\n", + " - \x1b[33m`macli volumes -s -2 <manga-name>`\x1b[0m to decrement the volumes by 2\n" + + " - \x1b[33m`macli volumes <manga-name> -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 { |