diff options
Diffstat (limited to 'ShiftOS.Main/Terminal/Commands')
| -rw-r--r-- | ShiftOS.Main/Terminal/Commands/Help.cs | 2 |
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}"); |
