mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-12-18 20:25:45 +01:00
MISC: Fix wrong help text of cd command (#1376)
This commit is contained in:
parent
ba7d45362f
commit
9a2bb16548
@ -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",
|
||||||
" ",
|
" ",
|
||||||
|
Loading…
Reference in New Issue
Block a user