Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Snawoot/winping
Browse files Browse the repository at this point in the history
  • Loading branch information
Snawoot committed Mar 21, 2019
2 parents b5e98ee + 06f4ece commit ed6bf56
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions winping/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def check_size(value):
dest="timeout",
default=1000)
parser.add_argument("-l",
help="timeout in seconds to wait for each reply",
help="number of data bytes to be sent",
type=check_size,
dest="size",
default=32)
Expand All @@ -68,7 +68,6 @@ def check_size(value):
dest="force_ipv6",
action="store_true")


args = parser.parse_args()
return args

Expand Down

0 comments on commit ed6bf56

Please sign in to comment.