mirror of https://github.com/odrling/Aegisub
Takes exactly 3 arguments it's not a minimum.
Originally committed to SVN as r5178.
This commit is contained in:
parent
357adc07dc
commit
585b108671
|
@ -55,7 +55,7 @@ inline void clean(std::string &str) {
|
||||||
|
|
||||||
|
|
||||||
int main(int argc, const char *argv[]) {
|
int main(int argc, const char *argv[]) {
|
||||||
// Need at least 3 arguments
|
// Needs 3 arguments
|
||||||
if (argc != 4) {
|
if (argc != 4) {
|
||||||
std::cout << "Usage: <manifest>[in] <c++ file>[out] <header>[out]" << std::endl;
|
std::cout << "Usage: <manifest>[in] <c++ file>[out] <header>[out]" << std::endl;
|
||||||
return 1;
|
return 1;
|
||||||
|
|
Loading…
Reference in New Issue