mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-22 15:43:49 +01:00
Fix missing bracket (#519)
This commit is contained in:
parent
7cbde69da8
commit
8dad2e746f
@ -267,7 +267,7 @@ export const HelpTexts: Record<string, string[]> = {
|
|||||||
],
|
],
|
||||||
hostname: ["Usage: hostname", " ", "Prints the hostname of the current server", " "],
|
hostname: ["Usage: hostname", " ", "Prints the hostname of the current server", " "],
|
||||||
kill: [
|
kill: [
|
||||||
"Usage: kill [script name] [args...] or kill [pid",
|
"Usage: kill [script name] [args...] or kill [pid]",
|
||||||
" ",
|
" ",
|
||||||
"Kill the script specified by the script name and arguments OR by its PID.",
|
"Kill the script specified by the script name and arguments OR by its PID.",
|
||||||
" ",
|
" ",
|
||||||
|
Loading…
Reference in New Issue
Block a user