Skip to content

Commit

Permalink
feat: update metaguide command help text to include kepub support
Browse files Browse the repository at this point in the history
  • Loading branch information
0x6f677548 committed Jan 18, 2025
1 parent aa23639 commit e1b8ca9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/intellireading/client/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,13 @@ def _get_from_ctx_if_none(

@click.command(
"metaguide-epub",
help="Applies metaguiding to the provided epub file",
help="Applies metaguiding to the provided epub/kepub file",
)
@click.pass_context
@_input_file_option
@_output_file_option
def metaguide_epub_cmd(ctx: click.Context, input_file: str, output_file: str):
"""Applies metaguiding to the provided epub file"""
"""Applies metaguiding to the provided epub/kepub file"""

try:
ctx.ensure_object(dict)
Expand Down

0 comments on commit e1b8ca9

Please sign in to comment.