Update examples text.

This commit is contained in:
Darren 'Tadgy' Austin 2023-11-02 13:41:08 +00:00
commit 190d4941a3

View file

@ -183,11 +183,10 @@ show_examples() {
acknowledged by the user.
$SCRIPT -u <user key> -t <API token> -p 2 -r 60 -e 7200 -m "..."
Read all configuration from the given <config file> path and use that for
sending the alert. If this path does not exist, search for a file matching
the <config file> name in the user's private pushover directory
(~/.pushover-client) or the system wide pushover directory
(/etc/pushover-client), in that order.
Read all configuration from <config file> path and use that for sending the
alert. If this path does not exist, search for a file matching the the
<config file> name in the user's private pushover directory (~/.pushover-client)
or the system wide pushover directory (/etc/pushover-client), in that order.
$SCRIPT <config file>
EOF
}