remove nonsensical negative waits.

This commit is contained in:
Matthew Hooker 2018-04-16 14:03:54 -07:00
parent 9a8acbbcab
commit 84894ca459
No known key found for this signature in database
GPG Key ID: 7B5F933D9CE8C6A1
1 changed files with 2 additions and 2 deletions

View File

@ -36,8 +36,8 @@ command, they will be replaced by the proper key:
for the UI to update before typing more. for the UI to update before typing more.
- `<waitXX>` - Add an arbitrary pause before sending any additional keys. The - `<waitXX>` - Add an arbitrary pause before sending any additional keys. The
format of `XX` is a possibly signed sequence of decimal numbers, each with 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`. 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 Valid time units are `ns`, `us` (or `µs`), `ms`, `s`, `m`, `h`. For example
`<wait10m>` or `<wait1m20s>` `<wait10m>` or `<wait1m20s>`