diff options
author | Noah Slater <nslater@apache.org> | 2008-03-30 17:55:37 +0000 |
---|---|---|
committer | Noah Slater <nslater@apache.org> | 2008-03-30 17:55:37 +0000 |
commit | 521213dd1bff982796c46b289b14b1fbb3a47a07 (patch) | |
tree | c51ec8feecbe5ec316f7582d5beb5c93af6a9a84 /bootstrap | |
parent | 4ebc9a023d7a739a5a129149ce0e59c0a462d735 (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-x | bootstrap | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -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 } |