mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-26 17:43:48 +01:00
Merge pull request #2202 from amclark42/help-analyze-typo-fix
Fix two typos in `help` command text
This commit is contained in:
commit
e583b46b16
@ -80,7 +80,7 @@ export const HelpTexts: IMap<string[]> = {
|
|||||||
" ",
|
" ",
|
||||||
],
|
],
|
||||||
analyze: [
|
analyze: [
|
||||||
"analze",
|
"analyze",
|
||||||
" ",
|
" ",
|
||||||
"Prints details and statistics about the current server. The information that is printed includes basic ",
|
"Prints details and statistics about the current server. The information that is printed includes basic ",
|
||||||
"server details such as the hostname, whether the player has root access, what ports are opened/closed, and also ",
|
"server details such as the hostname, whether the player has root access, what ports are opened/closed, and also ",
|
||||||
@ -193,7 +193,7 @@ export const HelpTexts: IMap<string[]> = {
|
|||||||
free: [
|
free: [
|
||||||
"free",
|
"free",
|
||||||
" ",
|
" ",
|
||||||
"Display's the memory usage on the current machine. Print the amount of RAM that is available on the current server as well as ",
|
"Displays the memory usage on the current machine. Print the amount of RAM that is available on the current server as well as ",
|
||||||
"how much of it is being used.",
|
"how much of it is being used.",
|
||||||
],
|
],
|
||||||
grow: [
|
grow: [
|
||||||
|
Loading…
Reference in New Issue
Block a user