From 84894ca459a20dc14d2c25cb65161c3f4824384b Mon Sep 17 00:00:00 2001 From: Matthew Hooker Date: Mon, 16 Apr 2018 14:03:54 -0700 Subject: [PATCH] remove nonsensical negative waits. --- website/source/partials/builders/_boot-command.html.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/source/partials/builders/_boot-command.html.md b/website/source/partials/builders/_boot-command.html.md index 084fbd8fc..4230426cb 100644 --- a/website/source/partials/builders/_boot-command.html.md +++ b/website/source/partials/builders/_boot-command.html.md @@ -36,8 +36,8 @@ command, they will be replaced by the proper key: for the UI to update before typing more. - `` - Add an arbitrary pause before sending any additional keys. The - format of `XX` is a possibly signed sequence of decimal numbers, each with - optional fraction and a unit suffix, such as `300ms`, `-1.5h` or `2h45m`. + format of `XX` is a sequence of positive decimal numbers, each with + optional fraction and a unit suffix, such as `300ms`, `1.5h` or `2h45m`. Valid time units are `ns`, `us` (or `µs`), `ms`, `s`, `m`, `h`. For example `` or ``