r835: improved help message. Resolved #232

This commit is contained in:
Heng Li 2018-09-14 22:29:25 -04:00
parent 0b681e51e7
commit 70b0fede64
1 changed files with 2 additions and 2 deletions

4
main.c
View File

@ -6,7 +6,7 @@
#include "mmpriv.h"
#include "ketopt.h"
#define MM_VERSION "2.12-r832-dirty"
#define MM_VERSION "2.12-r835-dirty"
#ifdef __linux__
#include <sys/resource.h>
@ -302,7 +302,7 @@ int main(int argc, char *argv[])
fprintf(fp_help, " - asm5/asm10/asm20: asm-to-ref mapping, for ~0.1/1/5%% sequence divergence\n");
fprintf(fp_help, " - splice: long-read spliced alignment\n");
fprintf(fp_help, " - sr: genomic short-read mapping\n");
fprintf(fp_help, "\nSee `man ./minimap2.1' for detailed description of command-line options.\n");
fprintf(fp_help, "\nSee `man ./minimap2.1' for detailed description of these and other advanced command-line options.\n");
return fp_help == stdout? 0 : 1;
}