mirror of https://github.com/status-im/consul.git
parent
95c027a3ea
commit
d06d9ef29e
|
@ -77,12 +77,9 @@ Windows has no POSIX compatible notion for `SIGTERM`.
|
|||
|
||||
- `-pass-stdin` - Pass stdin to child process.
|
||||
|
||||
- `-timeout` - Maximum amount of time to wait to acquire the lock, specified
|
||||
as a duration like `1s` or `3h`. The default value is 0.
|
||||
|
||||
- `-timeout` - Attempt to acquire the lock up to the given timeout. The timeout is a
|
||||
positive decimal number, with unit suffix, such as "500ms". Valid time units
|
||||
are "ns", "us" (or "µs"), "ms", "s", "m", "h".
|
||||
are "ns", "us" (or "µs"), "ms", "s", "m", "h". The default value is 0.
|
||||
|
||||
- `-verbose` - Enables verbose output.
|
||||
|
||||
|
|
Loading…
Reference in New Issue