Skip to content
Snippets Groups Projects
Commit 25d24e78 authored by Aaron Quinlan's avatar Aaron Quinlan
Browse files

Merge pull request #32 from timflutre/master

typo on option -useFullHeader
parents 952088e8 369bc723
No related branches found
No related tags found
No related merge requests found
......@@ -92,7 +92,7 @@ int nuc_main(int argc, char* argv[]) {
i++;
}
}
else if(PARAMETER_CHECK("-useFullHeader", 11, parameterLength)) {
else if(PARAMETER_CHECK("-fullHeader", 11, parameterLength)) {
useFullHeader = true;
}
else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment