diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-02-12 13:48:56 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-12 13:48:56 +0100 |
commit | e22367562515669dc05ed4d5a8980ad6c303fc02 (patch) | |
tree | 545213e94e2fdb4b835e7007436689db94135fb0 /docs | |
parent | be37d144e78c1948aaf9f3e7b040ac1afdb9120d (diff) | |
parent | d64e8b7dd5485d3a4bda49a7c3106d70fcb1ad7f (diff) | |
download | podman-e22367562515669dc05ed4d5a8980ad6c303fc02.tar.gz podman-e22367562515669dc05ed4d5a8980ad6c303fc02.tar.bz2 podman-e22367562515669dc05ed4d5a8980ad6c303fc02.zip |
Merge pull request #5144 from marusak/doc_fixes
[CI:DOCS] podman system service doc fixes
Diffstat (limited to 'docs')
-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 |