Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
Signed-off-by: Tsuyoshi Hombashi <[email protected]>
  • Loading branch information
thombashi committed May 2, 2024
1 parent 631a91e commit 5c9d51d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
12 changes: 6 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -325,10 +325,10 @@ CLI help
s/sec/secs/second/seconds,
ms/msec/msecs/millisecond/milliseconds,
us/usec/usecs/microsecond/microseconds. if no unit
string found, considered seconds as the time unit. see
also ping(8) [-w deadline] option description. note:
meaning of the 'deadline' may differ system from to
system.
string is found, consider seconds as the time unit.
see also ping(8) [-w deadline] option description.
note: The meaning of the 'deadline' may differ system
from to system.
--timeout TIMEOUT Time to wait for a response per packet. Valid time
units are: d/day/days, h/hour/hours,
m/min/mins/minute/minutes, s/sec/secs/second/seconds,
Expand All @@ -341,8 +341,8 @@ CLI help
system default if not specified. This option will be
ignored if the system does not support timeout itself.
See also ping(8) [-W timeout] option description.
note: meaning of the 'timeout' may differ from system
to system.
note: The meaning of the 'timeout' may differ from
system to system.
-I INTERFACE, --interface INTERFACE
network interface
--addopts OPTIONS extra command line options
Expand Down
1 change: 0 additions & 1 deletion docs/make_readme.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ def main():
is_make_toc=True,
project_url=f"https://github.com/thombashi/{PROJECT_NAME}",
)
maker.examples_dir_name = "usage"

maker.write_chapter("Summary")
maker.write_introduction_file("summary.txt")
Expand Down

0 comments on commit 5c9d51d

Please sign in to comment.