You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sci-biology/fastx_toolkit/files/fastx_toolkit-0.0.14-gcc7.p...

11 lines
225 B

--- a/src/fasta_formatter/fasta_formatter.cpp
+++ b/src/fasta_formatter/fasta_formatter.cpp
@@ -103,6 +103,7 @@
switch(opt) {
case 'h':
usage();
+ exit(EXIT_SUCCESS);
case 'i':
input_filename = optarg;