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:
parent
add13d80bd
commit
cddce22640
3 changed files with 6 additions and 6 deletions
2
main.cpp
2
main.cpp
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue