From e61698cc5b428ff80a1fe3e2da18c047df47b1d3 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Thu, 30 Jun 2022 18:36:25 +0530 Subject: added chapters command --- cmd/status.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd/status.go') diff --git a/cmd/status.go b/cmd/status.go index dcf177c..94e8d1d 100644 --- a/cmd/status.go +++ b/cmd/status.go @@ -90,5 +90,5 @@ func setMangaStatus(statusInput, searchInput string) { func init() { rootCmd.AddCommand(statusCmd) - statusCmd.Flags().StringP("status", "s", "", "status to be set") + statusCmd.Flags().StringP("set-value", "s", "", "status to be set") } -- cgit v1.2.3