diff options
author | Marc Nuri <marc@marcnuri.com> | 2020-11-05 13:16:38 +0000 |
---|---|---|
committer | manusa <marc@marcnuri.com> | 2020-11-05 14:44:25 +0100 |
commit | 59a3078853c85679373e565bb20d8a9d4bb234f4 (patch) | |
tree | b6278e2d82fa2e40ff8321a422918173b2088ec8 /docs/source/markdown | |
parent | cdc50e9d195f8081d3a5dc69cc65ddd3f050497c (diff) | |
download | podman-59a3078853c85679373e565bb20d8a9d4bb234f4.tar.gz podman-59a3078853c85679373e565bb20d8a9d4bb234f4.tar.bz2 podman-59a3078853c85679373e565bb20d8a9d4bb234f4.zip |
fix: podman-system-service doc time is seconds
Signed-off-by: Marc Nuri <marc@marcnuri.com>
Diffstat (limited to 'docs/source/markdown')
-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** |