Added more aliases

This commit is contained in:
Michael Boelen 2016-08-13 09:48:56 +02:00
parent 2767cc2915
commit bcf69503bc
1 changed files with 3 additions and 3 deletions

View File

@ -69,19 +69,19 @@
;;
# Append something to URL for control information
control_url_append)
control-url-append | control_url_append)
CONTROL_URL_APPEND="${VALUE}"
AddSetting "control-url-append" "${CONTROL_URL_APPEND}" "Control URL (append)"
;;
# Prepend an URL before control information link
control_url_prepend)
control-url-prepend | control_url_prepend)
CONTROL_URL_PREPEND="${VALUE}"
AddSetting "control-url-prepend" "${CONTROL_URL_PREPEND}" "Control URL (prepend)"
;;
# Protocol to use for control information link
control_url_protocol)
control-url-protocol | control_url_protocol)
CONTROL_URL_PROTOCOL="${VALUE}"
AddSetting "control-url-protocol" "${CONTROL_URL_PREPEND}" "Control URL (protocol)"
;;