remove only_ to avoid confusion

This commit is contained in:
Syping 2018-02-03 02:28:14 +01:00
parent 297b888d5a
commit 29d88bca6e
1 changed files with 2 additions and 2 deletions

View File

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