Clean up option output tabbing; update to latest
Signed-off-by: Phil Estes <estesp@linux.vnet.ibm.com>
This commit is contained in:
parent
a4576937f9
commit
a4019a324c
1 changed files with 10 additions and 10 deletions
20
README.md
20
README.md
|
@ -104,16 +104,16 @@ COMMANDS:
|
||||||
help, h Shows a list of commands or help for one command
|
help, h Shows a list of commands or help for one command
|
||||||
|
|
||||||
GLOBAL OPTIONS:
|
GLOBAL OPTIONS:
|
||||||
--id "deathstar" unique containerd id to identify the instance
|
--id "deathstar" unique containerd id to identify the instance
|
||||||
--debug enable debug output in the logs
|
--debug enable debug output in the logs
|
||||||
--state-dir "/run/containerd" runtime state directory
|
--state-dir "/run/containerd" runtime state directory
|
||||||
-c, --concurrency "10" set the concurrency level for tasks
|
-c, --concurrency "10" set the concurrency level for tasks
|
||||||
--metrics-interval "1m0s" interval for flushing metrics to the store
|
--metrics-interval "1m0s" interval for flushing metrics to the store
|
||||||
--listen, -l "/run/containerd/containerd.sock" Address on which GRPC API will listen
|
--listen, -l "/run/containerd/containerd.sock" Address on which GRPC API will listen
|
||||||
--oom-notify enable oom notifications for containers
|
--oom-notify enable oom notifications for containers
|
||||||
--help, -h show help
|
--graphite-address Address of graphite server
|
||||||
--version, -v print the version
|
--help, -h show help
|
||||||
|
--version, -v print the version
|
||||||
```
|
```
|
||||||
|
|
||||||
# Roadmap
|
# Roadmap
|
||||||
|
|
Loading…
Reference in a new issue