From 6d5a4c79786920294e0e58869d274e66fcfa4f7b Mon Sep 17 00:00:00 2001 From: Shifu Chen Date: Fri, 3 Aug 2018 08:05:07 +0800 Subject: [PATCH] revise command line info --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 6f2ab0a..ae2c647 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -14,7 +14,7 @@ int main(int argc, char* argv[]){ // display version info if no argument is given if(argc == 1) { cerr << "repaq: repack FASTQ to a smaller binary file (.rfq)" << endl << "version " << VERSION_NUM << endl; - cerr << "repaq -h to see the help" << endl; + cerr << "repaq --help to see the help" << endl; return 0; } if (argc == 2 && strcmp(argv[1], "test")==0){