C#: very minor tweak to the usage text to prevent an extra newline.

This commit is contained in:
barubary 2011-05-15 15:53:00 +00:00
parent 441848074d
commit 42a6085222

View File

@ -164,7 +164,7 @@ namespace DSDecmp
Console.WriteLine("indicates the desired compression format, and can be one of:");
Console.WriteLine(" --- formats built-in in the NDS ---");
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(" rle - Run-Length Encoding 'compression'.");
Console.WriteLine(" huff4 - Huffman compression with 4-bit sized data blocks.");