X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=bam_sort.c;h=dbe7495a0f1a5e6646911ff8230c110e78d91b53;hb=98d794938b2ebe8cabe32fde7b0519007e54699d;hp=f089cdff396695c0cf43d21d09be695463e187c9;hpb=42e756837f7acb91bfd1134ef16d423e71c913d7;p=samtools.git diff --git a/bam_sort.c b/bam_sort.c index f089cdf..dbe7495 100644 --- a/bam_sort.c +++ b/bam_sort.c @@ -221,7 +221,7 @@ int bam_sort(int argc, char *argv[]) } } if (optind + 2 > argc) { - fprintf(stderr, "Usage: samtools sort [-n] [-m ] \n"); + fprintf(stderr, "Usage: samtools sort [-n] [-m ] \n"); return 1; } bam_sort_core(is_by_qname, argv[optind], argv[optind+1], max_mem);