diff --git a/main.cpp b/main.cpp index e9a43f3..bf86bb0 100644 --- a/main.cpp +++ b/main.cpp @@ -348,7 +348,7 @@ int main(int argc, char *argv[]) { cout << "gta5view Command Line" << endl << endl; cout << "Usage: " << args.at(0).toStdString().c_str() << " source target -format -mode -flag=value" << endl; - if (args.length() >= 2 && args.at(1) == "--help" && args.at(1) == "-help") + if (args.length() >= 2 && (args.at(1) == "--help" || args.at(1) == "-help")) { cout << "Convert-only: (auto file name at convert)" << endl; cout << "Convert-only: (auto file extension at convert)" << endl;