Skip to content

Commit 33144c9

Browse files
committed
Fixed casing
The casing of this word was changed to match the other CLI arguments.
1 parent 89a7100 commit 33144c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/cli-flags.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ module.exports = {
6868
{
6969
name: 'stdin',
7070
type: Boolean,
71-
description: 'close when stdin ends',
71+
description: 'Close when stdin ends',
7272
},
7373
{
7474
name: 'open',

0 commit comments

Comments
 (0)