Skip to content

Commit

Permalink
MAINT: Update help message
Browse files Browse the repository at this point in the history
  • Loading branch information
Vini2 committed Aug 12, 2024
1 parent cd91e7c commit 1766477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/graphbin2/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def __init__(
@click.command()
@click.option(
"--assembler",
help="name of the assembler used. (Supports SPAdes, SGA and Flye)",
help="name of the assembler used. (Supports SPAdes, SGA, MEGAHIT and Flye)",
type=click.Choice(["spades", "megahit", "sga", "flye"], case_sensitive=False),
required=True,
)
Expand Down

0 comments on commit 1766477

Please sign in to comment.