From c3122720152bb00e7c0e0fb86fd2d94a23c4abf9 Mon Sep 17 00:00:00 2001 From: Keuin Date: Sat, 21 Jan 2023 01:34:58 +0800 Subject: Enforce 80 character line limit. --- README.txt | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'README.txt') diff --git a/README.txt b/README.txt index 4d11242..9e43406 100644 --- a/README.txt +++ b/README.txt @@ -1,15 +1,19 @@ Usage: - netmon [-t ] [-n ] [-l ] [-c ] [-p ] [-d] + netmon [-t ] [-n ] [-l ] + [-c ] [-p ] [-d] -t specify how many seconds to wait between two checks - -n specify how many continous network failures we get until we reboot the system + -n specify how many continuous network failures we get + before we reboot the system -l specify the log file - -c the command line to be executed when network failure is detected + -c the command line to be executed when + network failure is detected -p test the network by pinging given host -d run as a daemon process Debugging: - Declare macro `DEBUG` to enable debug level logging. This is enabled in CMake task by default. + Declare macro `DEBUG` to enable debug level logging. + This is enabled in CMake task by default. -- cgit v1.2.3