diff options
author | Matej Marusak <mmarusak@redhat.com> | 2020-02-10 10:20:01 +0100 |
---|---|---|
committer | Matej Marusak <mmarusak@redhat.com> | 2020-02-10 16:26:27 +0100 |
commit | 6eac49ed1d0e4f0fba52ef32dca1a60e90c3ab5a (patch) | |
tree | 2284a53cf3e49a405147bb498ee4986aba22c148 /docs/source | |
parent | ee811431d29962c3a801903ca3ca342a2000f65e (diff) | |
download | podman-6eac49ed1d0e4f0fba52ef32dca1a60e90c3ab5a.tar.gz podman-6eac49ed1d0e4f0fba52ef32dca1a60e90c3ab5a.tar.bz2 podman-6eac49ed1d0e4f0fba52ef32dca1a60e90c3ab5a.zip |
doc: Fix examples for 'podman system service'
Signed-off-by: Matej Marusak <mmarusak@redhat.com>
Diffstat (limited to 'docs/source')
-rw-r--r-- | docs/source/markdown/podman-system-service.1.md | 4 |
1 files 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 |