INSTALL: Fix .lha filename extension.

LHA is the name of the tool, and .lzh is the extension used for files
of this format.
This commit is contained in:
Simon Howard 2017-01-14 21:48:45 +00:00
parent 85d60113c4
commit 0d083b8565

View file

@ -117,9 +117,9 @@ From the command line it is possible to combine these files into a
single large file, using a command similar to the following: single large file, using a command similar to the following:
#if _WIN32 #if _WIN32
copy doom_se.1+doom_se.2+doom_se.3+doom_se.4+doom_se.5 doom_se.lha copy doom_se.1+doom_se.2+doom_se.3+doom_se.4+doom_se.5 doom_se.lzh
#else #else
cat doom_se.1 doom_se.2 doom_se.3 doom_se.4 doom_se.5 > doom_se.lha cat doom_se.1 doom_se.2 doom_se.3 doom_se.4 doom_se.5 > doom_se.lzh
#endif #endif
The resulting file is an LHA archive file, and it can be extracted The resulting file is an LHA archive file, and it can be extracted