From 6eac49ed1d0e4f0fba52ef32dca1a60e90c3ab5a Mon Sep 17 00:00:00 2001 From: Matej Marusak Date: Mon, 10 Feb 2020 10:20:01 +0100 Subject: doc: Fix examples for 'podman system service' Signed-off-by: Matej Marusak --- docs/source/markdown/podman-system-service.1.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/markdown/podman-system-service.1.md b/docs/source/markdown/podman-system-service.1.md index a71ce9dc0..a2fefe4dd 100644 --- a/docs/source/markdown/podman-system-service.1.md +++ b/docs/source/markdown/podman-system-service.1.md @@ -32,12 +32,12 @@ Print usage statement. Run an API listening for 5 seconds using the default socket. ``` -podman service --timeout 5000 +podman system service --timeout 5000 ``` Run the podman varlink service with an alternate URI and accept the default timeout. ``` -$ podman service --varlink unix:/tmp/io.podman +$ podman system service --varlink unix:/tmp/io.podman ``` ## SEE ALSO -- cgit v1.2.3-54-g00ecf From d64e8b7dd5485d3a4bda49a7c3106d70fcb1ad7f Mon Sep 17 00:00:00 2001 From: Matej Marusak Date: Mon, 10 Feb 2020 10:20:27 +0100 Subject: bash-completions: Add missing subcommands in 'podman system' Signed-off-by: Matej Marusak --- completions/bash/podman | 3 +++ 1 file changed, 3 insertions(+) diff --git a/completions/bash/podman b/completions/bash/podman index 56559c142..5234f3b99 100644 --- a/completions/bash/podman +++ b/completions/bash/podman @@ -1221,8 +1221,11 @@ _podman_system() { subcommands=" df info + migrate prune + renumber reset + service " __podman_subcommands "$subcommands" && return -- cgit v1.2.3-54-g00ecf