Remove accidental duplicated help line.

This commit is contained in:
Alistair Buxton 2017-06-21 06:33:21 +01:00
parent f024007157
commit b4e55d1b49

View file

@ -293,7 +293,6 @@ bool lcApplication::Initialize(int argc, char* argv[], const char* LibraryInstal
printf(" -t, --to <time>: Sets the last frame or step to save pictures.\n");
printf(" -m, --model <model>: Sets the active submodel.\n");
printf(" -c, --camera <camera>: Sets the active camera.\n");
printf(" -t, --to <time>: Sets the last frame or step to save pictures.\n");
printf(" --highlight: Highlight pieces in the steps they appear.\n");
printf(" -wf, --export-wavefront <outfile.obj>: Exports the model to Wavefront format.\n");
printf(" -3ds, --export-3ds <outfile.3ds>: Exports the model to 3DS format.\n");