From 9cc5fb87845a8e97748714c4b3460c97399ade9c Mon Sep 17 00:00:00 2001 From: Reed Allman Date: Wed, 28 Jun 2017 21:25:56 -0700 Subject: [PATCH] remove traces of iron --- fnlb/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fnlb/main.go b/fnlb/main.go index af8340b4d..94bd1adff 100644 --- a/fnlb/main.go +++ b/fnlb/main.go @@ -21,7 +21,7 @@ const VERSION = "0.0.1" func main() { // XXX (reed): normalize - fnodes := flag.String("nodes", "", "comma separated list of IronFunction nodes") + fnodes := flag.String("nodes", "", "comma separated list of functions nodes") var conf lb.Config flag.StringVar(&conf.Listen, "listen", ":8081", "port to run on")