From a4019a324c189d1d17b3c50f1c239ee6102e8474 Mon Sep 17 00:00:00 2001 From: Phil Estes Date: Tue, 12 Jan 2016 15:00:06 -0800 Subject: [PATCH] Clean up option output tabbing; update to latest Signed-off-by: Phil Estes --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 345ada4..6652fc0 100644 --- a/README.md +++ b/README.md @@ -104,16 +104,16 @@ COMMANDS: help, h Shows a list of commands or help for one command GLOBAL OPTIONS: - --id "deathstar" unique containerd id to identify the instance - --debug enable debug output in the logs - --state-dir "/run/containerd" runtime state directory - -c, --concurrency "10" set the concurrency level for tasks - --metrics-interval "1m0s" interval for flushing metrics to the store - --listen, -l "/run/containerd/containerd.sock" Address on which GRPC API will listen - --oom-notify enable oom notifications for containers - --help, -h show help - --version, -v print the version - + --id "deathstar" unique containerd id to identify the instance + --debug enable debug output in the logs + --state-dir "/run/containerd" runtime state directory + -c, --concurrency "10" set the concurrency level for tasks + --metrics-interval "1m0s" interval for flushing metrics to the store + --listen, -l "/run/containerd/containerd.sock" Address on which GRPC API will listen + --oom-notify enable oom notifications for containers + --graphite-address Address of graphite server + --help, -h show help + --version, -v print the version ``` # Roadmap