Renamed --export to --export-image

Added new --export command line argument for exporting using a scripted/html export template.
This commit is contained in:
Twan van Laarhoven
2020-04-20 23:59:22 +02:00
parent 21e13c60c8
commit 4889f0b7e8
3 changed files with 43 additions and 15 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ bool need_redirection;
// ----------------------------------------------------------------------------- : Main function
const char* redirect_flags[] = {"-?","--help","-v","--version","--cli","-c","--export","--create-installer"};
const char* redirect_flags[] = {"-?","--help","-v","--version","--cli","-c","--export","--export-images","--create-installer"};
int main(int argc, char** argv) {
// determine whether we need to wrap console i/o