fixed typo; closes bug #5514
This commit is contained in:
parent
7248c30d2e
commit
54bc62347c
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue