diff --git a/src/Terminal/HelpText.ts b/src/Terminal/HelpText.ts index a63d053d6..2de92ba29 100644 --- a/src/Terminal/HelpText.ts +++ b/src/Terminal/HelpText.ts @@ -148,8 +148,7 @@ export const HelpTexts: Record = { cd: [ "Usage: cd [dir]", " ", - "Change to the specified directory. Note that this works even for directories that don't exist. If you ", - "change to a directory that does not exist, it will not be 'created'. Examples:", + "Change to the specified directory. You cannot change to a directory that does not exist. Examples:", " ", " cd scripts/hacking", " ",