all: rename hot containers to hot functions (#465)

This commit is contained in:
C Cirello
2016-12-29 20:07:41 +01:00
committed by GitHub
parent e968576d96
commit 2f0520521c
12 changed files with 73 additions and 73 deletions

View File

@@ -77,13 +77,13 @@ func initFn() cli.Command {
},
cli.StringFlag{
Name: "format",
Usage: "hot container IO format - json or http",
Usage: "hot function IO format - json or http",
Destination: &a.format,
Value: "",
},
cli.IntFlag{
Name: "max-concurrency",
Usage: "maximum concurrency for hot container",
Usage: "maximum concurrency for hot function",
Destination: &a.maxConcurrency,
Value: 1,
},

View File

@@ -66,12 +66,12 @@ func routes() cli.Command {
},
cli.StringFlag{
Name: "format,f",
Usage: "hot container IO format - json or http",
Usage: "hot function IO format - json or http",
Value: "",
},
cli.IntFlag{
Name: "max-concurrency",
Usage: "maximum concurrency for hot container",
Usage: "maximum concurrency for hot function",
Value: 1,
},
cli.DurationFlag{