mirror of
https://github.com/Barubary/dsdecmp.git
synced 2024-11-16 15:49:24 +01:00
C#: very minor tweak to the usage text to prevent an extra newline.
This commit is contained in:
parent
441848074d
commit
42a6085222
@ -164,7 +164,7 @@ namespace DSDecmp
|
|||||||
Console.WriteLine("indicates the desired compression format, and can be one of:");
|
Console.WriteLine("indicates the desired compression format, and can be one of:");
|
||||||
Console.WriteLine(" --- formats built-in in the NDS ---");
|
Console.WriteLine(" --- formats built-in in the NDS ---");
|
||||||
Console.WriteLine(" lz10 - 'default' LZ-compression format.");
|
Console.WriteLine(" lz10 - 'default' LZ-compression format.");
|
||||||
Console.WriteLine(" lz11 - LZ-compression format better suited for files with long repetitions.");
|
Console.WriteLine(" lz11 - LZ-compression format better suited for files with long repetitions");
|
||||||
Console.WriteLine(" lzovl - LZ-compression used in 'overlay files'.");
|
Console.WriteLine(" lzovl - LZ-compression used in 'overlay files'.");
|
||||||
Console.WriteLine(" rle - Run-Length Encoding 'compression'.");
|
Console.WriteLine(" rle - Run-Length Encoding 'compression'.");
|
||||||
Console.WriteLine(" huff4 - Huffman compression with 4-bit sized data blocks.");
|
Console.WriteLine(" huff4 - Huffman compression with 4-bit sized data blocks.");
|
||||||
|
Loading…
Reference in New Issue
Block a user