From: DeaDDooMER Date: Sun, 26 Apr 2020 06:38:36 +0000 (+0300) Subject: typo fix X-Git-Url: http://deadsoftware.ru/gitweb?p=mp2df.git;a=commitdiff_plain;h=8ebc68c375cd5c6e3d777a1ea7b38b7fef00c32e typo fix --- diff --git a/mp2df.pas b/mp2df.pas index 989e66b..11d46e0 100644 --- a/mp2df.pas +++ b/mp2df.pas @@ -929,7 +929,7 @@ program mp2df; procedure Help; begin - WriteLn('Usage: mp2df [OPTION] FILE.dvl [OUTPUT]'); + WriteLn('Usage: mp2df [OPTION] FILE.dlv [OUTPUT]'); WriteLn('Options:'); WriteLn(' -l list textures used on map and exit'); WriteLn(' -h show this help');