Removed the currently unimplemented log feature from help text.

This commit is contained in:
Shadow Eevee 2020-03-08 21:22:11 -07:00
parent 9170d49fbb
commit c63248e2aa

View file

@ -288,7 +288,6 @@ namespace Sharpii
Console.WriteLine(""); Console.WriteLine("");
Console.WriteLine(" -quiet | -q Try not to display any output"); Console.WriteLine(" -quiet | -q Try not to display any output");
Console.WriteLine(" -lots Display lots of output"); Console.WriteLine(" -lots Display lots of output");
Console.WriteLine(" -nolog Don't create a log file");
Console.WriteLine(""); Console.WriteLine("");
} }