MISC: Fix wrong help text of cd command (#1376)

This commit is contained in:
catloversg 2024-06-10 06:39:56 +07:00 committed by GitHub
parent ba7d45362f
commit 9a2bb16548
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -148,8 +148,7 @@ export const HelpTexts: Record<string, string[]> = {
cd: [ cd: [
"Usage: cd [dir]", "Usage: cd [dir]",
" ", " ",
"Change to the specified directory. Note that this works even for directories that don't exist. If you ", "Change to the specified directory. You cannot change to a directory that does not exist. Examples:",
"change to a directory that does not exist, it will not be 'created'. Examples:",
" ", " ",
" cd scripts/hacking", " cd scripts/hacking",
" ", " ",