Skip to content

Commit 63f2a35

Browse files
author
John Smith III
committed
Fixed: Help adjusted for timeout option
1 parent de1c0d6 commit 63f2a35

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
- none
1111

12+
## [1.1.1] - 2024-11-26
13+
14+
### Fixed
15+
16+
- Help adjusted for timeout option
17+
1218
## [1.1.0] - 2024-11-26
1319

1420
### Added

noirwatch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
# App version and name
99
APP_NAME="NoirWatch"
10-
VERSION=1.1.0
10+
VERSION=1.1.1
1111
LAST_UPDATED="2024-11-26"
1212

1313
# TODO:
@@ -817,7 +817,7 @@ show_help() {
817817
# Network Check Configuration
818818
printf "\nNetwork Check Configuration:\n"
819819
printf " -i, --interval <minutes> Set the interval between checks (default is %d minutes).\n" "$CHECK_INTERVAL"
820-
printf " -T, --timeout <seconds> Set the connection timeout for remote connections (default: %d seconds).\n" "${DNS_TEST_TIMEOUT:-5}"
820+
printf " -T, --timeout <seconds> Set the connection timeout for remote connections (default: %d seconds).\n" "${TIMEOUT}"
821821
printf " -t, --threshold <percentage> Set the threshold percentage for detecting changes. Higher values mean fewer notifications for minor changes. (default: %d%%)\n" "$THRESHOLD"
822822

823823
# Process Management Functions

0 commit comments

Comments
 (0)