update help text to mention ADC support

--HG--
branch : nmdc-ircfrontend
This commit is contained in:
mappu 2018-03-24 14:02:36 +13:00
parent 37b62ff817
commit d465d742c6
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ import (
func main() {
ircAddress := flag.String("bind", ":6667", "The address:port to bind to and listen for clients on")
dcAddress := flag.String("upstream", "127.0.0.1:411", "Upstream NMDC server")
dcAddress := flag.String("upstream", "127.0.0.1:411", "Upstream NMDC/ADC server")
serverName := flag.String("servername", APP_NAME, "Server name displayed to clients")
hubsec := flag.String("hubsecurity", "Hub-Security", "Nick used for administrative events")
verbose := flag.Bool("verbose", false, "Display debugging information")