Skip to content

Commit

Permalink
revise command line info
Browse files Browse the repository at this point in the history
  • Loading branch information
sfchen committed Aug 3, 2018
1 parent 17387ab commit 6d5a4c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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){
Expand Down

0 comments on commit 6d5a4c7

Please sign in to comment.