Skip to content

Commit cd03465

Browse files
committed
Replace "output" with "printed" in command description
1 parent 5d31b86 commit cd03465

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli/CLI.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ function makeProgram() {
2424
.name('local-sfn')
2525
.description(
2626
`Execute an Amazon States Language state machine with the given inputs.
27-
The result of each execution will be output in a new line and in the same order as its corresponding input.`
27+
The result of each execution will be printed in a new line and in the same order as its corresponding input.`
2828
)
2929
.helpOption('-h, --help', 'Print help for command and exit.')
3030
.configureHelp({ helpWidth: 80 })

0 commit comments

Comments
 (0)