diff options
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") } |