Tweaked helpstring for authFile

This commit is contained in:
Harry Jeffery 2013-08-24 07:49:16 +01:00
parent 1e18fc3c5a
commit fb15282336

View File

@ -17,7 +17,7 @@ func main() {
serverName := flag.String("irc-servername", "rosella", "Server name displayed to clients")
authFile := flag.String("irc-authfile", "", "File containing usernames and passwords of operators.\nPasswords hashed with SHA1, one username and password per line, space separated. Lines starting with a # are ignored.")
authFile := flag.String("irc-authfile", "", "File containing usernames and passwords of operators.")
flag.Parse()