Update lock.mdx (#8217)

Remove duplicated `-timeout` value.
This commit is contained in:
André 2020-07-01 05:59:07 -07:00 committed by GitHub
parent 95c027a3ea
commit d06d9ef29e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 4 deletions

View File

@ -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.