fixed typo; closes bug #5514

This commit is contained in:
Gunter Labes 2006-03-17 21:15:22 +00:00
parent 7248c30d2e
commit 54bc62347c

View file

@ -1531,7 +1531,7 @@ int play_game(int argc, char** argv)
<< " --nosound Disables sounds\n"
<< " --compress file1 file2 Compresses the text-WML file file1 into the\n"
<< " binary-WML file file2\n"
<< " --decompress file1 file2 Uncompresses the binary-WML file file2 into\n"
<< " --decompress file1 file2 Uncompresses the binary-WML file file1 into\n"
<< " the text-WML file file2\n"
;
return 0;