summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorNoah Slater <nslater@apache.org>2008-03-30 17:55:37 +0000
committerNoah Slater <nslater@apache.org>2008-03-30 17:55:37 +0000
commit521213dd1bff982796c46b289b14b1fbb3a47a07 (patch)
treec51ec8feecbe5ec316f7582d5beb5c93af6a9a84 /bootstrap
parent4ebc9a023d7a739a5a129149ce0e59c0a462d735 (diff)
updated source to use apache infrastructure addresses
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@642789 13f79535-47bb-0310-9956-ffa450edef68
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
}