Document version and help options.

This commit is contained in:
Alistair Buxton 2017-06-21 06:47:32 +01:00
parent b4e55d1b49
commit aac367ecfd

View file

@ -296,6 +296,8 @@ bool lcApplication::Initialize(int argc, char* argv[], const char* LibraryInstal
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");
printf(" -v, --version: Output version information and exit.\n");
printf(" -?, --help: Display this help and exit.\n");
printf(" \n");
ShowWindow = false;