Use consistent order for GNU-style params
This commit is contained in:
parent
2ccae54e84
commit
62a469a89b
1 changed files with 2 additions and 2 deletions
|
@ -3158,8 +3158,8 @@ int main(int argc, char* argv[]) {
|
|||
}
|
||||
#endif //defined(WIN32) && !(C_DEBUG)
|
||||
|
||||
if (control->cmdline->FindExist("-version") ||
|
||||
control->cmdline->FindExist("--version")) {
|
||||
if (control->cmdline->FindExist("--version") ||
|
||||
control->cmdline->FindExist("-version")) {
|
||||
printf(version_msg, VERSION);
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue