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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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",
" ",