Fix missing bracket (#519)

This commit is contained in:
Aloït R 2023-05-21 16:07:29 +02:00 committed by GitHub
parent 7cbde69da8
commit 8dad2e746f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -267,7 +267,7 @@ export const HelpTexts: Record<string, string[]> = {
],
hostname: ["Usage: hostname", " ", "Prints the hostname of the current server", " "],
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.",
" ",