From 64853710e87ba124561653cb5d62ca3a653b4170 Mon Sep 17 00:00:00 2001 From: TomSweeneyRedHat Date: Mon, 18 Feb 2019 15:00:07 -0500 Subject: Add 4th chunk of Cobra Examples Signed-off-by: TomSweeneyRedHat Adds the 4th chunk of Cobra Examples to the CLI help. One more chunk of 10 to complete. Signed-off-by: TomSweeneyRedHat --- cmd/podman/stats.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'cmd/podman/stats.go') diff --git a/cmd/podman/stats.go b/cmd/podman/stats.go index af9bbad0e..642e54f49 100644 --- a/cmd/podman/stats.go +++ b/cmd/podman/stats.go @@ -41,7 +41,9 @@ var ( statsCommand.GlobalFlags = MainGlobalOpts return statsCmd(&statsCommand) }, - Example: "", + Example: `podman stats --all --no-stream + podman stats ctrID + podman stats --no-stream --format "table {{.ID}} {{.Name}} {{.MemUsage}}" ctrID`, } ) -- cgit v1.2.3-54-g00ecf