Add documentation about the -p option. It helps users to specify the
task they want to use in place of the default idle process created by
libcgroup, during systemd scope.
Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
\fB-g\fR flag must be of the form
\fB<slice-name>.slice/<scope-name>.scope\fR. If the slice
does not exist, systemd will create it. Libcgroup will place an
-idle process in the scope's cgroup.procs file.
+idle process in the scope's cgroup.procs file unless the \fB-p\fR
+flag is provided.
.TP
.B -d, --dperm=mode
.B -h, --help
display this help and exit
+.TP
+.B -p, --pid=pid
+moves the provided \fBpid\fR into the
+\fB<slice-name>.slice/<scope-name>.scope\fR. Must be used in
+conjunction with \fB-c\fR.
+
.TP
.B -s, --tperm=mode
sets the permissions of the control group tasks file.