Add -p flag, contributed by Rob Hoelz

This commit is contained in:
Hisham Muhammad
2012-08-10 21:54:41 +00:00
parent 6c71b7ed2d
commit e6c6d7fbf7
5 changed files with 50 additions and 13 deletions

View File

@ -29,12 +29,15 @@ Start htop in monochrome mode
\fB\-h \-\-help
Display a help message and exit
.TP
\fB\-u \-\-user=USERNAME\fR
Show only the processes of a given user
\fB\-p \-\-pid=PID,PID...\fR
Show only the given PIDs
.TP
\fB\-s \-\-sort\-key COLUMN\fR
Sort by this column (use \-\-sort\-key help for a column list)
.TP
\fB\-u \-\-user=USERNAME\fR
Show only the processes of a given user
.TP
\fB\-v \-\-version
Output version information and exit
.PP