From 190d4941a318386d5369ea10636c628ce8c1dc2c Mon Sep 17 00:00:00 2001 From: Darren 'Tadgy' Austin Date: Thu, 2 Nov 2023 13:41:08 +0000 Subject: [PATCH] Update examples text. --- pushover-client | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/pushover-client b/pushover-client index 55294a5..1950f8f 100755 --- a/pushover-client +++ b/pushover-client @@ -183,12 +183,11 @@ show_examples() { acknowledged by the user. $SCRIPT -u -t -p 2 -r 60 -e 7200 -m "..." - Read all configuration from the given path and use that for - sending the alert. If this path does not exist, search for a file matching - the name in the user's private pushover directory - (~/.pushover-client) or the system wide pushover directory - (/etc/pushover-client), in that order. - $SCRIPT + Read all configuration from path and use that for sending the + alert. If this path does not exist, search for a file matching the the + name in the user's private pushover directory (~/.pushover-client) + or the system wide pushover directory (/etc/pushover-client), in that order. + $SCRIPT EOF }