From d06d9ef29ebe43dc53b6a7b5fbbb3ce379da4c02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9?= Date: Wed, 1 Jul 2020 05:59:07 -0700 Subject: [PATCH] Update lock.mdx (#8217) Remove duplicated `-timeout` value. --- website/pages/docs/commands/lock.mdx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/website/pages/docs/commands/lock.mdx b/website/pages/docs/commands/lock.mdx index 6056cea56d..a4ff7d0b76 100644 --- a/website/pages/docs/commands/lock.mdx +++ b/website/pages/docs/commands/lock.mdx @@ -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.