From 71e1403377c0e588b4542e3b59033770f0f2e7a0 Mon Sep 17 00:00:00 2001 From: FloppyDiskDrive Date: Tue, 21 Nov 2017 16:32:56 -0600 Subject: Minor changes --- ShiftOS.Main/Terminal/Commands/Help.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ShiftOS.Main/Terminal/Commands') diff --git a/ShiftOS.Main/Terminal/Commands/Help.cs b/ShiftOS.Main/Terminal/Commands/Help.cs index 248623e..c851baf 100644 --- a/ShiftOS.Main/Terminal/Commands/Help.cs +++ b/ShiftOS.Main/Terminal/Commands/Help.cs @@ -37,7 +37,7 @@ namespace ShiftOS.Main.Terminal.Commands } else { - WriteLine("List of valid commands for ShiftOS. \nTo get help for a specific command, type \"help \".\r\n"); + WriteLine("List of valid commands for ShiftOS. \n To get help for a specific command, type \"help \".\r\n"); foreach (var t in TerminalBackend.instances) { WriteLine($"{t.Name}: {t.Summary}"); -- cgit v1.2.3