Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
thombashi committed May 11, 2019
1 parent b7ae848 commit 0299b82
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions docs/pages/usage/cli_help.txt
Expand Up @@ -3,8 +3,9 @@ CLI help
::

usage: pingparsing [-h] [-V] [--max-workers MAX_WORKERS] [--indent INDENT]
[--icmp-reply] [--debug | --quiet] [-c COUNT] [-w DEADLINE]
[--timeout TIMEOUT] [-I INTERFACE]
[--icmp-reply] [--debug | --quiet]
[--timestamp {none,epoch,datetime}] [-c COUNT]
[-w DEADLINE] [--timeout TIMEOUT] [-I INTERFACE]
destination_or_file [destination_or_file ...]

positional arguments:
Expand All @@ -20,13 +21,18 @@ CLI help
cores.
--indent INDENT JSON output will be pretty-printed with the indent
level. (default= 4)
--icmp-reply print results for each ICMP packet reply.
--icmp-reply, --icmp-replies
print results for each ICMP packet reply.
--debug for debug print.
--quiet suppress execution log messages.

Ping Options:
--timestamp {none,epoch,datetime}
[Only for LINUX] none: no timestamps. epoch: add
timestamps with UNIX epoch time format. datetime: add
timestamps with ISO time format.
-c COUNT, --count COUNT
stop after sending the count. see also ping(8) [-c
Stop after sending the count. see also ping(8) [-c
count] option description.
-w DEADLINE, --deadline DEADLINE
Timeout before ping exits. valid time units are:
Expand Down

0 comments on commit 0299b82

Please sign in to comment.