mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
all: rename hot containers to hot functions (#465)
This commit is contained in:
@@ -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,
|
||||
},
|
||||
|
||||
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user