diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-03-04 10:32:25 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-04 10:32:25 -0500 |
commit | 7b76340864a7a5ba9e1008a017402d2b4a14032e (patch) | |
tree | bd26caaba6f06b9b7a1c1af75f6480e761dd5930 /docs | |
parent | e4cf1d40d7e83853d2248ce8dd0b1cbb4b18b0da (diff) | |
parent | 63a3b8a093a49e63ae411458186c9f483e12db50 (diff) | |
download | podman-7b76340864a7a5ba9e1008a017402d2b4a14032e.tar.gz podman-7b76340864a7a5ba9e1008a017402d2b4a14032e.tar.bz2 podman-7b76340864a7a5ba9e1008a017402d2b4a14032e.zip |
Merge pull request #9568 from wjt/podman-system-service-timeout-docs
[ci:docs] podman-system-service.1.md: fix timeout example
Diffstat (limited to 'docs')
-rw-r--r-- | docs/source/markdown/podman-system-service.1.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/markdown/podman-system-service.1.md b/docs/source/markdown/podman-system-service.1.md index 70764823c..54ce3f040 100644 --- a/docs/source/markdown/podman-system-service.1.md +++ b/docs/source/markdown/podman-system-service.1.md @@ -34,7 +34,7 @@ Print usage statement. Run an API listening for 5 seconds using the default socket. ``` -podman system service --timeout 5000 +podman system service --time 5 ``` ## SEE ALSO |