MISC: Update messages related to text files (#2266)

This commit is contained in:
catloversg
2025-07-25 12:39:55 +07:00
committed by GitHub
parent fee75b44d4
commit 8729dc3d1b
5 changed files with 10 additions and 7 deletions
+2 -2
View File
@@ -141,7 +141,7 @@ export const HelpTexts: Record<string, string[]> = {
cat: [
"Usage: cat [file name]",
" ",
"Display message (.msg), literature (.lit), or text (.txt) files. Examples:",
"Display message (.msg), literature (.lit), script (.js, .jsx, .ts, .tsx), or text (.txt, .json) files. Examples:",
" ",
" cat j1.msg",
" ",
@@ -385,7 +385,7 @@ export const HelpTexts: Record<string, string[]> = {
"Usage: mv [src] [dest]",
" ",
"Move the source file to the specified destination. This can also be used to rename files. ",
"This command only works for scripts and text files (.txt). This command CANNOT be used to ",
"This command only works for scripts (.js, .jsx, .ts, .tsx) and text files (.txt, .json). This command CANNOT be used to ",
"convert to different file types",
" ",
"Note that, unlike the Linux 'mv' command, the destination argument must be the ",