diff --git a/src/Terminal/HelpText.ts b/src/Terminal/HelpText.ts index 4158e3764..eb5eded4f 100644 --- a/src/Terminal/HelpText.ts +++ b/src/Terminal/HelpText.ts @@ -399,7 +399,20 @@ export const HelpTexts: Record = { " ", ], nano: TemplatedHelpTexts.scriptEditor("nano"), - ps: ["Usage: ps", " ", "Prints all scripts that are running on the current server", " "], + ps: [ + "Usage: ps [OPTION]...", + " ", + "Print information about scripts currently running on the server.", + " ", + "-g, --grep Filter running scripts by filename using a search pattern.", + " ", + "If no options are provided, ps lists all running scripts.", + " ", + "Examples:", + " ps", + " ps --grep early-hack-template.js", + " ps -g n00dles.js", + ], rm: [ "Usage: rm [OPTION]... [FILE]...", " ",