Skip to content

Commit

Permalink
fix(fargate): typo in help text (#2332)
Browse files Browse the repository at this point in the history
  • Loading branch information
hassy authored and bernardobridge committed Nov 29, 2023
1 parent 1998423 commit 31bc587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/artillery/lib/cmds/run-fargate.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ RunCommand.flags = {
}),
memory: Flags.string({
description:
'Set task memory on Fargate. Value be set as number of GB between 1-120 (e.g. 8), or as MiB (e.g. 8192)',
'Set task memory on Fargate. Value may be set as number of GB between 1-120 (e.g. 8), or as MiB (e.g. 8192)',
default: '8'
}),
output: Flags.string({
Expand Down

0 comments on commit 31bc587

Please sign in to comment.