From a60a2d7dddce436cca9f85d4fbbf15a1964d028f Mon Sep 17 00:00:00 2001 From: Haoyu Cheng Date: Sat, 28 Dec 2019 16:38:21 -0500 Subject: [PATCH] update help --- CommandLines.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CommandLines.cpp b/CommandLines.cpp index 3d900dd..b1ddb41 100644 --- a/CommandLines.cpp +++ b/CommandLines.cpp @@ -36,7 +36,7 @@ void Print_H(hifiasm_opt_t* asm_opt) fprintf(stderr, " -y FLOAT min overlap drop ratio [%.2g]\n", asm_opt->min_drop_rate); fprintf(stderr, " -v show version number\n"); fprintf(stderr, " -h show help information\n"); - fprintf(stderr, "Example: ./hifiasm -w -l -o NA12878.asm -k 40 -t 32 -r 2 NA12878.fq.gz\n"); + fprintf(stderr, "Example: ./hifiasm -o NA12878.asm -k 40 -t 32 -r 2 NA12878.fq.gz\n"); }