Skip to content

Commit

Permalink
style: messaging change for measure-lambda-cold-starts
Browse files Browse the repository at this point in the history
  • Loading branch information
theburningmonk committed Nov 17, 2020
1 parent 2d83fc6 commit 5114f9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/measure-lambda-cold-starts.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ class MeasureLambdaColdStartsCommand extends Command {
}
}

MeasureLambdaColdStartsCommand.description = "Measures a function's initialization time";
MeasureLambdaColdStartsCommand.description = "Measures a function's cold start duration (i.e. duration + initDuration)";
MeasureLambdaColdStartsCommand.flags = {
functionName: flags.string({
char: "n",
Expand Down

0 comments on commit 5114f9a

Please sign in to comment.