diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-06-30 18:36:25 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-06-30 18:36:25 +0530 |
commit | e61698cc5b428ff80a1fe3e2da18c047df47b1d3 (patch) | |
tree | 9734d6d38706346420ed14617c10f676a834db3f /cmd/status.go | |
parent | d3951be451e7df5d889061716c94602ba6b1d71a (diff) |
added chapters command
Diffstat (limited to 'cmd/status.go')
-rw-r--r-- | cmd/status.go | 2 |
1 files changed, 1 insertions, 1 deletions
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") } |