dev-454: wording change in command line prompt
This commit is contained in:
parent
b27bdf1ae0
commit
127c00cc96
|
|
@ -132,8 +132,9 @@ int main_mem(int argc, char *argv[])
|
|||
fprintf(stderr, " -C append FASTA/FASTQ comment to SAM output\n");
|
||||
fprintf(stderr, " -M mark shorter split hits as secondary\n\n");
|
||||
fprintf(stderr, " -I FLOAT[,FLOAT[,INT[,INT]]]\n");
|
||||
fprintf(stderr, " specify the mean, standard deviation (10%% of mean), max (4 sigma from the mean)\n");
|
||||
fprintf(stderr, " and min of the insert size distribution. FR orientation only. [inferred]\n");
|
||||
fprintf(stderr, " specify the mean, standard deviation (10%% of mean if absent), max (4\n");
|
||||
fprintf(stderr, " sigma from the mean if absent) and min of the insert size distribution.\n");
|
||||
fprintf(stderr, " FR orientation only. [inferred]\n");
|
||||
fprintf(stderr, "\nNote: Please read the man page for detailed description of the command line and options.\n");
|
||||
fprintf(stderr, "\n");
|
||||
free(opt);
|
||||
|
|
|
|||
Loading…
Reference in New Issue