Update rm command help text (#1132)

This commit is contained in:
LJ
2024-03-04 07:30:03 -07:00
committed by GitHub
parent ffc34387f0
commit 65082f677e

View File

@@ -361,7 +361,7 @@ export const HelpTexts: Record<string, string[]> = {
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",
" ",