1
0
Fork 0
mirror of https://gitlab.com/Syping/gta5view-cmd synced 2024-11-23 14:10:23 +01:00

remove only_ to avoid confusion

This commit is contained in:
Syping 2018-02-03 02:28:14 +01:00
parent 297b888d5a
commit 29d88bca6e

View file

@ -323,7 +323,7 @@ int main(int argc, char *argv[])
} }
else else
{ {
if (flags.value("output", QString()).toLower() == "only_exported_filename") if (flags.value("output", QString()).toLower() == "exported_filename")
{ {
cout << filePath.toStdString().c_str() << endl; cout << filePath.toStdString().c_str() << endl;
} }
@ -343,7 +343,7 @@ int main(int argc, char *argv[])
} }
else else
{ {
if (flags.value("output", QString()).toLower() == "only_exported_filename") if (flags.value("output", QString()).toLower() == "exported_filename")
{ {
cout << filePath.toStdString().c_str() << endl; cout << filePath.toStdString().c_str() << endl;
} }