Skip to content

Commit

Permalink
Reordered README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Killeroo committed Feb 16, 2020
1 parent 9c9a63f commit 14fd7b3
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,18 +90,10 @@ _Future features:_
--version [--v] Shows version and build information
--examples [--ex] Shows example usage

## License

License under the MIT License:

Copyright (c) 2020 Matthew Carney <[email protected]>

### Note:
**Requires _Elevated Rights (Admininstrator)_ to Run (more info [here](https://github.com/Killeroo/PowerPing/issues/110))**

## Examples:
## Example usage:
powerping 8.8.8.8 - Send ping to google DNS with default values (3000ms timeout, 5 pings)
powerping github.com --w 500 --t - Send pings indefinitely to github.com with a 500ms timeout
powerping github.com --w 500 --t - Send pings indefinitely to github.com with a 500ms timeout
powerping --w 500 --t github.com - Address can also be specified at the end
powerping 127.0.0.1 --m Meow - Send ping with packet message "Meow" to loopback address
powerping 127.0.0.1 --pt 3 --pc 2 - Send ping with ICMP type 3 (dest unreachable) and code 2
Expand All @@ -110,6 +102,15 @@ Copyright (c) 2020 Matthew Carney <[email protected]>
powerping google.com /ti Paranoid - Sends using the 'Paranoid' timing option
powerping google.com /ti 1 - Same as above

## License

License under the MIT License:

Copyright (c) 2020 Matthew Carney <[email protected]>

### Note:
**Requires _Elevated Rights (Admininstrator)_ to Run (more info [here](https://github.com/Killeroo/PowerPing/issues/110))**

## Screenshots

![alt text](https://user-images.githubusercontent.com/9999745/74611061-8a3f5180-50f0-11ea-978b-c9fe568c1f8c.png "powerping /g 8.8.8.8")
Expand Down

0 comments on commit 14fd7b3

Please sign in to comment.