Update examples text.

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

View file

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