1
0
Fork 0
mirror of https://gitlab.com/Syping/gta5view-cmd synced 2025-11-05 04:35:18 +01:00

fix eXtend bug

This commit is contained in:
Syping 2020-11-15 13:58:10 +01:00
parent add13d80bd
commit cddce22640
3 changed files with 6 additions and 6 deletions

View file

@ -472,7 +472,7 @@ int main(int argc, char *argv[])
}
}
else {
cout << "gta5view Command Line" << endl << endl;
cout << "gta5view Command Line 0.5.1" << endl << endl;
cout << "Usage: " << args.at(0).toStdString() << " source target -format -mode -flag=value" << endl;
if (args.length() >= 2 && (args.at(1) == "--help" || args.at(1) == "-help")) {
cout << "Convert-only: <autodef> (auto file name at convert)" << endl;