Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sph3rex authored Feb 23, 2018
1 parent b7dfa65 commit 1956da7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,9 @@ python pywait.py string-check --string "Service started" --url "http://whatever.

## Using connection
python pywait.py connection --spec tcp:some_service:3306 --spec udp:some_other_service:3306

## Customize timeouts, retries and exit code errors
python pywait.py --retries 15 --timeout 6 --exit-code 124 connection --spec tcp:some_service:3306

## Quiet any output
python pywait.py --quiet connection --spec tcp:some_service:3306

0 comments on commit 1956da7

Please sign in to comment.