Small fix. :-D

This commit is contained in:
Tiiffi
2019-09-20 13:50:20 +03:00
parent ac31d9bc5a
commit 21337ef5d7

View File

@ -190,7 +190,7 @@ int main(int argc, char *argv[])
if (pass == NULL) if (pass == NULL)
{ {
fputs("Password not defined (-p flag). Try 'mcrcon -h' 'man mcrcon' for more information.\n\n", stdout); fputs("Password not defined (-p flag). Try 'mcrcon -h' or 'man mcrcon' for more information.\n\n", stdout);
return 0; return 0;
} }