diff options
Diffstat (limited to 'kmer_total_count.c')
-rw-r--r-- | kmer_total_count.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/kmer_total_count.c b/kmer_total_count.c index 0148eae..a78e8fe 100644 --- a/kmer_total_count.c +++ b/kmer_total_count.c @@ -80,6 +80,11 @@ int main(int argc, char **argv) { case 'h': help(); exit(EXIT_SUCCESS); + break; + case 'v': + printf("dna-utils version " VERSION "\n"); + exit(EXIT_SUCCESS); + break; default: break; } |