diff --git a/RecrownedAthenaeum.ConsoleTools/CommandProcessor/CommandEngine.cs b/RecrownedAthenaeum.ConsoleTools/CommandProcessor/CommandEngine.cs
index 18232f5..379d289 100644
--- a/RecrownedAthenaeum.ConsoleTools/CommandProcessor/CommandEngine.cs
+++ b/RecrownedAthenaeum.ConsoleTools/CommandProcessor/CommandEngine.cs
@@ -20,7 +20,6 @@ namespace RecrownedAthenaeum.Tools.CommandProcessor
{
ConsoleUtilities.WriteWrappedLine("\nAwaiting command.");
string command = Console.ReadLine();
- Console.WriteLine();
try
{
Process(command);
diff --git a/RecrownedAthenaeum.ConsoleTools/CommandProcessor/HelpCommand.cs b/RecrownedAthenaeum.ConsoleTools/CommandProcessor/HelpCommand.cs
index 370e3b2..4797ced 100644
--- a/RecrownedAthenaeum.ConsoleTools/CommandProcessor/HelpCommand.cs
+++ b/RecrownedAthenaeum.ConsoleTools/CommandProcessor/HelpCommand.cs
@@ -43,12 +43,9 @@ namespace RecrownedAthenaeum.Tools.CommandProcessor
ConsoleUtilities.WriteWrapped(", ");
}
}
- foreach (string name in engineCommand.invokeStrings)
- {
- }
ConsoleUtilities.WriteWrapped(" : ");
ConsoleUtilities.WriteWrapped(engineCommand.Help().Replace("\n", "\n\t"), true);
- Console.WriteLine();
+ Console.WriteLine("--------");
}
}
}
diff --git a/RecrownedAthenaeum/RecrownedAthenaeum.csproj b/RecrownedAthenaeum/RecrownedAthenaeum.csproj
index 01ffe12..ec0b821 100644
--- a/RecrownedAthenaeum/RecrownedAthenaeum.csproj
+++ b/RecrownedAthenaeum/RecrownedAthenaeum.csproj
@@ -60,9 +60,6 @@
-
-
-
@@ -81,16 +78,11 @@
-
-
-
-
-