From 00b838dab218cd32d5cb8ab84dddc338100de286 Mon Sep 17 00:00:00 2001 From: JustAnOkapi <39418801+JustAnOkapi@users.noreply.github.com> Date: Sat, 8 Jan 2022 14:15:40 -0600 Subject: [PATCH] fix two typos in HelpText mem -tab scp +tab --- src/Terminal/HelpText.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Terminal/HelpText.ts b/src/Terminal/HelpText.ts index 1de32cbf0..af943d125 100644 --- a/src/Terminal/HelpText.ts +++ b/src/Terminal/HelpText.ts @@ -27,7 +27,7 @@ export const TerminalHelpText: string[] = [ "killall Stops all running scripts on the current machine", "ls [dir] [| grep pattern] Displays all files on the machine", "lscpu Displays the number of CPU cores on the machine", - "mem [script] [-t n] Displays the amount of RAM required to run the script", + "mem [script] [-t n] Displays the amount of RAM required to run the script", "mv [src] [dest] Move/rename a text or script file", "nano [file ...] Text editor - Open up and edit one or more scripts or text files", "ps Display all scripts that are currently running", @@ -35,7 +35,7 @@ export const TerminalHelpText: string[] = [ "run [name] [-t n] [--tail] [args...] Execute a program or script", "scan Prints all immediately-available network connections", "scan-analyze [d] [-a] Prints info for all servers up to d nodes away", - "scp [file ...] [server] Copies a file to a destination server", + "scp [file ...] [server] Copies a file to a destination server", "sudov Shows whether you have root access on this computer", "tail [script] [args...] Displays dynamic logs for the specified script", "top Displays all running scripts and their RAM usage",