aboutsummaryrefslogtreecommitdiff
path: root/cmd/score.go
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.xyz>2022-11-26 14:30:11 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.xyz>2022-11-26 14:30:11 +0530
commit747e4795424c6f9112f0e64bcb434df42b2ba8c5 (patch)
tree080a85cdf9a2f001562d9583f1e911c70497839d /cmd/score.go
parent50f211800946318ff4e3c40c1fc497c149b0380d (diff)
fixed help messages, etc
Diffstat (limited to 'cmd/score.go')
-rw-r--r--cmd/score.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/score.go b/cmd/score.go
index 57442fe..f7396e7 100644
--- a/cmd/score.go
+++ b/cmd/score.go
@@ -40,8 +40,8 @@ var scoreCmd = &cobra.Command{
Long: "Set an anime's status\n" +
"\n" +
"Example Usage:\n" +
- " - \x1b[33m`macli status <anime-name>`\x1b[0m For interactive prompt (anime-name can be omitted)\n" +
- " - \x1b[33m`macli status -s \x1b[34mwatching|plan_to_watch|dropped|on_hold|completed\x1b[33m <anime-name>`\x1b[0m to specify status from command\n",
+ " - \x1b[33m`macli score <anime-name>`\x1b[0m For interactive prompt (anime-name can be omitted)\n" +
+ " - \x1b[33m`macli score -s 10 <anime-name>`\x1b[0m to set score to 10 (use \x1b[33m-m\x1b[0m switch to set manga score instead)\n",
Run: func(cmd *cobra.Command, args []string) {
conf, err := util.BindSearchConfig(cmd.Flags())
if err != nil {