From 8e4b8360c11e4ee145e11be6b1758acb988126fb Mon Sep 17 00:00:00 2001 From: Darren 'Tadgy' Austin Date: Sat, 4 Nov 2023 22:12:22 +0000 Subject: [PATCH] Correct formatting on --help --- pushover-client | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pushover-client b/pushover-client index 1950f8f..13249b7 100755 --- a/pushover-client +++ b/pushover-client @@ -32,16 +32,16 @@ show_help() { is: $CONFIG_API_URL. Quote if it contains shell special chars. -c, --callback A URL which is accessed by API server when the - user acknowledges the alert. This option is - only used in priority 2 alerts. + user acknowledges the alert. This option is + only used in priority 2 alerts. Quote if it contains shell special chars. -d, --devices A comma seperated list of the devices to receive the alert. Default is to send to all devices. -e, --expiry Set the expiration time for alerts sent with priority 2. Default is 3600 (1 hour). The maximum expiry time is 10800 (3 hours). - --examples Show extended example usage of this program. - -h, --help Show this help page. + --examples Show extended example usage of this program. + -h, --help Show this help page. -m, --message The plain text message to send. Quote if it contains spaces. This option or -M is required if a message is @@ -118,9 +118,9 @@ show_help() { key is specified, that account's configuration will be used for the alerts. If a comma separated list (maximum 50) of user keys is - given, the alert is sent only to those users. - This option is required if not available from a - config file. + given, the alert is sent only to those users. + This option is required if not available from a + config file. -U, --url Set the URL to send with the alert. Quote if it contains shell special chars. --url-title The title of the URL given with -U. Ignored