Merge pull request #9568 from wjt/podman-system-service-timeout-docs

[ci:docs] podman-system-service.1.md: fix timeout example
This commit is contained in:
OpenShift Merge Robot 2021-03-04 10:32:25 -05:00 committed by GitHub
commit 7b76340864
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ Print usage statement.
Run an API listening for 5 seconds using the default socket. Run an API listening for 5 seconds using the default socket.
``` ```
podman system service --timeout 5000 podman system service --time 5
``` ```
## SEE ALSO ## SEE ALSO