Skip to content

Commit 4761cc0

Browse files
src/gc_extrap.cpp: merging option to report the 'about' information with the no args help
1 parent 8598eaf commit 4761cc0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/gc_extrap.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -162,9 +162,6 @@ individual nucleotides rather than distinct reads.
162162
opt_parse.parse(argc - 1, argv + 1, leftover_args);
163163
if (argc == 2 || opt_parse.help_requested()) {
164164
cerr << opt_parse.help_message() << endl;
165-
return EXIT_SUCCESS;
166-
}
167-
if (opt_parse.about_requested()) {
168165
cerr << opt_parse.about_message() << endl;
169166
return EXIT_SUCCESS;
170167
}

0 commit comments

Comments
 (0)