From c63248e2aa07c876bf65784c92c4a0800014ce6d Mon Sep 17 00:00:00 2001 From: Shadow Eevee Date: Sun, 8 Mar 2020 21:22:11 -0700 Subject: [PATCH] Removed the currently unimplemented log feature from help text. --- Sharpii/Program.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Sharpii/Program.cs b/Sharpii/Program.cs index b1f1a1c..99cf7e6 100644 --- a/Sharpii/Program.cs +++ b/Sharpii/Program.cs @@ -288,7 +288,6 @@ namespace Sharpii Console.WriteLine(""); Console.WriteLine(" -quiet | -q Try not to display any output"); Console.WriteLine(" -lots Display lots of output"); - Console.WriteLine(" -nolog Don't create a log file"); Console.WriteLine(""); }