From 65082f677ebc12d1989c6fa1200519ffe3d637ed Mon Sep 17 00:00:00 2001 From: LJ <23249107+LJNeon@users.noreply.github.com> Date: Mon, 4 Mar 2024 07:30:03 -0700 Subject: [PATCH] Update rm command help text (#1132) --- src/Terminal/HelpText.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Terminal/HelpText.ts b/src/Terminal/HelpText.ts index 5c49c4d08..a63d053d6 100644 --- a/src/Terminal/HelpText.ts +++ b/src/Terminal/HelpText.ts @@ -361,7 +361,7 @@ export const HelpTexts: Record = { rm: [ "Usage: rm [file name]", " ", - "Removes the specified file from the current server. A file can be a script, a program, or a message file. ", + "Removes the specified file from the current server. This command doesn't work for message (.msg) files.", " ", "WARNING: This is permanent and cannot be undone", " ",