mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2025-02-17 02:22:23 +01:00
Fix two typos in help
command text
This commit is contained in:
@ -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 ",
|
||||||
@ -191,7 +191,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: [
|
||||||
|
Reference in New Issue
Block a user