mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
Fix map_extract usage a bit
This commit is contained in:
parent
c34482a9c4
commit
3aaf38cefb
|
@ -98,7 +98,7 @@ int main(int argc, char* argv[])
|
|||
}
|
||||
else
|
||||
{
|
||||
dbg_msg("usage", "%s <map> <destination folder>", argv[0]);
|
||||
dbg_msg("usage", "%s map [directory]", argv[0]);
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue