We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5dc3f35 + 71929e0 commit 9b3a2f1Copy full SHA for 9b3a2f1
man/runc-ps.8.md
@@ -2,7 +2,7 @@
2
runc ps - ps displays the processes running inside a container
3
4
# SYNOPSIS
5
- runc ps [command options] <container-id> <ps options>
+ runc ps [command options] <container-id> [ps options]
6
7
# OPTIONS
8
--format value, -f value select one of: table(default) or json
ps.go
@@ -16,7 +16,7 @@ import (
16
var psCommand = cli.Command{
17
Name: "ps",
18
Usage: "ps displays the processes running inside a container",
19
- ArgsUsage: `<container-id> <ps options>`,
+ ArgsUsage: `<container-id> [ps options]`,
20
Flags: []cli.Flag{
21
cli.StringFlag{
22
Name: "format, f",
0 commit comments