diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-11-05 16:03:52 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-05 16:03:52 +0100 |
commit | 4d013caffcb0088e589ab65bc01208d53a71f922 (patch) | |
tree | b64635031d0c8ad5cfcbd7d99e19cb79afb151e8 /docs | |
parent | ab1d3a58d4b98bc948d7344fc27c680ca326086f (diff) | |
parent | 59a3078853c85679373e565bb20d8a9d4bb234f4 (diff) | |
download | podman-4d013caffcb0088e589ab65bc01208d53a71f922.tar.gz podman-4d013caffcb0088e589ab65bc01208d53a71f922.tar.bz2 podman-4d013caffcb0088e589ab65bc01208d53a71f922.zip |
Merge pull request #8249 from marcnuri-forks/fix/doc-typo
[CI:DOCS] fix: podman-system-service doc time is seconds
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 7d18a6832..580630cdc 100644 --- a/docs/source/markdown/podman-system-service.1.md +++ b/docs/source/markdown/podman-system-service.1.md @@ -21,8 +21,8 @@ Both APIs are versioned, but the server will not reject requests with an unsuppo **--time**, **-t** -The time until the session expires in _milliseconds_. The default is 1 -second. A value of `0` means no timeout and the session will not expire. +The time until the session expires in _seconds_. The default is 5 +seconds. A value of `0` means no timeout and the session will not expire. **--help**, **-h** |