summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap7
1 files changed, 2 insertions, 5 deletions
diff --git a/bootstrap b/bootstrap
index 428915ad..17060957 100755
--- a/bootstrap
+++ b/bootstrap
@@ -86,8 +86,7 @@ EOF
display_help () {
# Display a short description of the script's behaviour.
- list_address=$(extract_configuration_variable LOCAL_LIST_ADDRESS)
- list_uri=$(extract_configuration_variable LOCAL_LIST_URI)
+ bug_uri=$(extract_configuration_variable LOCAL_BUG_URI)
cat << EOF
Usage: $basename [OPTION]...
@@ -105,9 +104,7 @@ Environment variables:
REPOSITORY_REVISION manual override for revision information
-Report bugs via the web at <$list_uri>.
-
-Report bugs via email to <$list_address>.
+Report bugs at <$bug_uri>.
EOF
}