Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
thombashi committed Jan 31, 2021
1 parent 600a54e commit 8d0ec02
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,9 @@ Summary
:target: https://pypi.org/project/pingparsing
:alt: Supported Python implementations

.. image:: https://img.shields.io/travis/thombashi/pingparsing/master.svg?label=Linux/macOS%20CI
:target: https://travis-ci.org/thombashi/pingparsing
:alt: Linux/macOS CI status

.. image:: https://img.shields.io/appveyor/ci/thombashi/pingparsing/master.svg?label=Windows%20CI
:target: https://ci.appveyor.com/project/thombashi/pingparsing
:alt: Windows CI status
.. image:: https://github.com/thombashi/pingparsing/workflows/Tests/badge.svg
:target: https://github.com/thombashi/pingparsing/actions?query=workflow%3ATests
:alt: Linux/macOS/Windows CI status

.. image:: https://img.shields.io/github/stars/thombashi/pingparsing.svg?style=social&label=Star
:target: https://github.com/thombashi/pingparsing
Expand Down Expand Up @@ -286,8 +282,8 @@ CLI help
[--timestamp {none,epoch,datetime}] [-c COUNT]
[-s PACKET_SIZE] [--ttl TTL] [-w DEADLINE]
[--timeout TIMEOUT] [-I INTERFACE] [--addopts OPTIONS]
[--indent INDENT] [--icmp-reply] [--no-color]
[--debug | --quiet]
[--indent INDENT] [--icmp-reply] [--timezone TIMEZONE]
[--no-color] [--debug | --quiet]
destination_or_file [destination_or_file ...]

positional arguments:
Expand Down Expand Up @@ -347,6 +343,7 @@ CLI help
level. (default= 4)
--icmp-reply, --icmp-replies
print results for each ICMP packet reply.
--timezone TIMEZONE Time zone for timestamps.
--no-color Turn off colors.

Documentation: https://pingparsing.rtfd.io/
Expand Down

0 comments on commit 8d0ec02

Please sign in to comment.