mirror of https://github.com/containers/podman.git
fix: podman-system-service doc time is seconds
Signed-off-by: Marc Nuri <marc@marcnuri.com>
This commit is contained in:
parent
cdc50e9d19
commit
59a3078853
|
@ -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**
|
||||
|
||||
|
|
Loading…
Reference in New Issue