Skip to content
Snippets Groups Projects
Commit 369bc723 authored by Timothée Flutre's avatar Timothée Flutre
Browse files

typo on option -useFullHeader

parent 86346f36
No related branches found
No related tags found
No related merge requests found
...@@ -92,7 +92,7 @@ int nuc_main(int argc, char* argv[]) { ...@@ -92,7 +92,7 @@ int nuc_main(int argc, char* argv[]) {
i++; i++;
} }
} }
else if(PARAMETER_CHECK("-useFullHeader", 11, parameterLength)) { else if(PARAMETER_CHECK("-fullHeader", 11, parameterLength)) {
useFullHeader = true; useFullHeader = true;
} }
else { 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