From 76915d5ffd10a1b9a88bcf44808729ae0d9bc3cf Mon Sep 17 00:00:00 2001 From: Matthew Heon Date: Fri, 17 Aug 2018 14:04:23 -0400 Subject: Mention that systemd is the default cgroup manager Update docs to reflect our changed default CGroup manager. Fixes: #1292 Signed-off-by: Matthew Heon Closes: #1293 Approved by: baude --- cmd/podman/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd') diff --git a/cmd/podman/main.go b/cmd/podman/main.go index e72998c8f..053049266 100644 --- a/cmd/podman/main.go +++ b/cmd/podman/main.go @@ -144,7 +144,7 @@ func main() { app.Flags = []cli.Flag{ cli.StringFlag{ Name: "cgroup-manager", - Usage: "cgroup manager to use (cgroupfs or systemd, default cgroupfs)", + Usage: "cgroup manager to use (cgroupfs or systemd, default systemd)", }, cli.StringFlag{ Name: "cni-config-dir", -- cgit v1.2.3-54-g00ecf