update docs for -g flag

This commit is contained in:
maxtimum 2021-12-23 21:39:34 -08:00
parent 13e68ba48e
commit f28ddd3b3f

@ -432,10 +432,10 @@ empty file will be created.
ps ps
^^ ^^
$ ps [| grep pattern] $ ps [-g pattern]
Prints all scripts that are currently running on the current server. Prints all scripts that are currently running on the current server.
The :code:`| grep pattern` option will only output running scripts where the name matches the provided pattern. The :code:`-g pattern` option will only output running scripts where the name matches the provided pattern.
rm rm
^^ ^^