Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
thombashi committed Jan 31, 2021
1 parent bc72852 commit 600a54e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
10 changes: 3 additions & 7 deletions docs/pages/introduction/badges.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,9 @@
: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
5 changes: 3 additions & 2 deletions docs/pages/usage/cli_help.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,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 @@ -67,6 +67,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 600a54e

Please sign in to comment.