Skip to content

Commit

Permalink
chore: update docs with -t use
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoBorai authored Nov 14, 2024
1 parent 12c8a6c commit 1b70dce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ cargo install wait-on

## Usage

### Wait for a file to exist
### Wait for a file to exist or exit with code 1 if 10m elapses waiting

```bash
wait-on file /path/to/file
wait-on -t 10m file /path/to/file
```

### Wait for a HTTP Resource to respond
Expand Down

0 comments on commit 1b70dce

Please sign in to comment.