From 5eb7a3cd41826fccdc432d049dd85a31b4b56073 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Wed, 15 Jun 2022 00:39:23 +0530 Subject: added status command to directly set status for an anime --- cmd/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd/root.go') diff --git a/cmd/root.go b/cmd/root.go index b9967b4..e23a221 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -37,5 +37,5 @@ func Execute() { } func init() { - rootCmd.PersistentFlags().BoolP("manga", "m", false, "Use Manga Mode.") + rootCmd.PersistentFlags().BoolP("manga", "m", false, "use manga mode") } -- cgit v1.2.3