Skip to content

Commit

Permalink
DEV: Update and cleanup help message
Browse files Browse the repository at this point in the history
  • Loading branch information
Vini2 committed Jun 3, 2024
1 parent 1480afc commit 17e6b13
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions condiga
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ __maintainer__ = "Vijini Mallawaarachchi"
__email__ = "[email protected]"
__status__ = "Development"

# Sample command
# -------------------------------------------------------------------

# Setup arguments
# ----------------------------------------------------------------------
Expand All @@ -43,7 +41,7 @@ __status__ = "Development"
"--taxa",
"-ta",
required=True,
help="path to the taxanomic classification results file",
help="path to the taxonomic classification results file",
type=click.Path(exists=True),
)
@click.option(
Expand Down

0 comments on commit 17e6b13

Please sign in to comment.