diff options
Diffstat (limited to 'cmd/root.go')
-rw-r--r-- | cmd/root.go | 2 |
1 files changed, 1 insertions, 1 deletions
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") } |