mirror of
https://gitlab.com/Syping/gta5view-cmd
synced 2024-11-21 21:20:22 +01:00
update --help output
This commit is contained in:
parent
9975f541c9
commit
f117d671fe
1 changed files with 2 additions and 3 deletions
5
main.cpp
5
main.cpp
|
@ -452,10 +452,9 @@ int main(int argc, char *argv[])
|
||||||
cout << "Convert-only: <autodef> (auto file name at convert)" << endl;
|
cout << "Convert-only: <autodef> (auto file name at convert)" << endl;
|
||||||
cout << "Convert-only: <autoext> (auto file extension at convert)" << endl;
|
cout << "Convert-only: <autoext> (auto file extension at convert)" << endl;
|
||||||
cout << "Formats: jpg pgta g5e" << endl;
|
cout << "Formats: jpg pgta g5e" << endl;
|
||||||
cout << "Snapmatic Modes: a p d aiar akar piar pkar diar dkar" << endl;
|
cout << "Snapmatic Modes: a p d fs aiar akar piar pkar diar dkar" << endl;
|
||||||
cout << "Snapmatic Flags: crew=int players=int[] title=string" << endl;
|
cout << "Snapmatic Flags: crew=int players=int[] title=string" << endl;
|
||||||
cout << "Modes: fs" << endl;
|
cout << "Global Flags: output=string" << endl;
|
||||||
cout << "Flags: output=string" << endl;
|
|
||||||
}
|
}
|
||||||
return 255;
|
return 255;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue