From 1d08a69a85cf798f9ac0f4cdd688cb5472ba01cb Mon Sep 17 00:00:00 2001 From: Benex254 Date: Fri, 16 Aug 2024 10:46:37 +0300 Subject: [PATCH] feat(search command): improve help message --- fastanime/cli/commands/search.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastanime/cli/commands/search.py b/fastanime/cli/commands/search.py index 197828e..2ed3632 100644 --- a/fastanime/cli/commands/search.py +++ b/fastanime/cli/commands/search.py @@ -11,7 +11,7 @@ from ..completion_functions import anime_titles_shell_complete @click.option( "--episode-range", "-r", - help="A range of episodes to binge", + help="A range of episodes to binge (start-end)", ) @click.argument( "anime_title", required=True, shell_complete=anime_titles_shell_complete