dev-454: wording change in command line prompt

This commit is contained in:
Heng Li 2014-03-31 12:03:27 -04:00
parent b27bdf1ae0
commit 127c00cc96
2 changed files with 4 additions and 3 deletions

View File

@ -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);

2
main.c
View File

@ -4,7 +4,7 @@
#include "utils.h"
#ifndef PACKAGE_VERSION
#define PACKAGE_VERSION "0.7.7+dev-r453"
#define PACKAGE_VERSION "0.7.7+dev-r454"
#endif
int bwa_fa2pac(int argc, char *argv[]);