update man-page

This commit is contained in:
Haoyu Cheng
2020-01-04 12:01:35 +08:00
parent d8416873f3
commit 7ecd489edc
2 changed files with 3 additions and 3 deletions
+1 -2
View File
@@ -41,8 +41,7 @@ void Print_H(hifiasm_opt_t* asm_opt)
fprintf(stderr, " -v show version number\n");
fprintf(stderr, " -h show help information\n");
fprintf(stderr, "Example: ./hifiasm -o NA12878.asm -t 32 NA12878.fq.gz\n");
fprintf(stderr, "See `man ./hifiasm.1' for detailed description of these command-line options.\n");
}
void init_opt(hifiasm_opt_t* asm_opt)
+2 -1
View File
@@ -96,7 +96,8 @@ In this example, hifiasm will remove 20 bases from both ends of each read.
## Getting Help
The `-h` option of hifiasm provides detailed description of options. If you
For detailed description of options, please see `man ./hifiasm.1'.
The `-h` option of hifiasm also provides simple description of options. If you
have further questions, please raise an issue at the issue page.
## Limitations and future works