From fb1528233610390381e1927e253ed210a86b5db4 Mon Sep 17 00:00:00 2001 From: Harry Jeffery Date: Sat, 24 Aug 2013 07:49:16 +0100 Subject: [PATCH] Tweaked helpstring for authFile --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 733bd17..0d366c4 100644 --- a/main.go +++ b/main.go @@ -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()