Fix ps argument manual
Argument of "ps options" for ps command is a optional parameter. Should use [] instead of <> in manual. Signed-off-by: Zhao Lei <zhaolei@cn.fujitsu.com>
This commit is contained in:
parent
42dfd60643
commit
71929e0f9d
|
@ -2,7 +2,7 @@
|
|||
runc ps - ps displays the processes running inside a container
|
||||
|
||||
# SYNOPSIS
|
||||
runc ps [command options] <container-id> <ps options>
|
||||
runc ps [command options] <container-id> [ps options]
|
||||
|
||||
# OPTIONS
|
||||
--format value, -f value select one of: table(default) or json
|
||||
|
|
Loading…
Reference in New Issue