aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.Main/Terminal/Commands
diff options
context:
space:
mode:
authorFloppyDiskDrive <[email protected]>2017-11-21 16:32:56 -0600
committerFloppyDiskDrive <[email protected]>2017-11-21 16:32:56 -0600
commit71e1403377c0e588b4542e3b59033770f0f2e7a0 (patch)
treeb2f4663793ce97bc3ce3a4f64283b763e3b0bda4 /ShiftOS.Main/Terminal/Commands
parentd6359cad3e714d86b1ffd8ed8abe8f6e7e713f41 (diff)
downloadshiftos-rewind-71e1403377c0e588b4542e3b59033770f0f2e7a0.tar.gz
shiftos-rewind-71e1403377c0e588b4542e3b59033770f0f2e7a0.tar.bz2
shiftos-rewind-71e1403377c0e588b4542e3b59033770f0f2e7a0.zip
Minor changes
Diffstat (limited to 'ShiftOS.Main/Terminal/Commands')
-rw-r--r--ShiftOS.Main/Terminal/Commands/Help.cs2
1 files changed, 1 insertions, 1 deletions
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 <command>\".\r\n");
+ WriteLine("List of valid commands for ShiftOS. \n To get help for a specific command, type \"help <command>\".\r\n");
foreach (var t in TerminalBackend.instances)
{
WriteLine($"{t.Name}: {t.Summary}");