1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 17:57:35 +00:00

Base: man pages: document arguments, fix typos, use American English

This commit is contained in:
Brendan Coles 2021-03-27 03:05:18 +00:00 committed by Andreas Kling
parent 5bd8a416ea
commit 5331ae0e93
8 changed files with 23 additions and 11 deletions

View file

@ -5,7 +5,7 @@ Profiler - Serenity process profiler
## Synopsis
```**sh
$ Profiler [--pid PID] [perfcore file]
$ Profiler [--pid PID] [perfcore-file]
```
## Description
@ -27,6 +27,10 @@ Profiler can also load performance information from previously created
* `-p PID`, `--pid PID`: PID to profile
## Arguments
* perfcore-file: Path of perfcore file to load
## Examples
Profile running Shell process: