Skip to content

Commit 147eb57

Browse files
Update src/bioclip/__main__.py
Co-authored-by: Elizabeth Campolongo <[email protected]>
1 parent e791a4b commit 147eb57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bioclip/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def create_parser():
8484
predict_parser.add_argument('--rank', choices=['kingdom', 'phylum', 'class', 'order', 'family', 'genus', 'species'],
8585
help='rank of the classification, default: species (when)')
8686
predict_parser.add_argument('--k', type=int, help='number of top predictions to show, default: 5')
87-
cls_help = "classes to predict either a comma separated list or a path to a text file of classes (one per line), when specified the --rank argument is not allowed."
87+
cls_help = "classes to predict: either a comma separated list or a path to a text file of classes (one per line), when specified the --rank argument is not allowed."
8888
predict_parser.add_argument('--cls', help=cls_help)
8989

9090
predict_parser.add_argument('--device', **device_arg)

0 commit comments

Comments
 (0)