Skip to content

Commit

Permalink
fix(twilio-sms-host-notification): Add -X argument in help output
Browse files Browse the repository at this point in the history
-X expects an argument, the help output should correctly reflect this
(compare with twilio-sms-service-notification).
  • Loading branch information
martinwe-adfinis committed Sep 7, 2023
1 parent 3a596f7 commit 7f60301
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Optional parameters:
-b NOTIFICATIONAUTHORNAME (\$notification.author\$)
-i ICINGAWEB2URL (\$notification_icingaweb2url\$, Default: unset)
-v (\$notification_sendtosyslog\$, Default: false)
-X (\$notification_extradata\$, Default: unset)
-X EXTRA_DATA (\$notification_extradata\$, Default: unset)
EOF
}
Expand Down

0 comments on commit 7f60301

Please sign in to comment.