Skip to content

Commit ebcdd98

Browse files
authored
fix: updated casing to match other flags (#3008)
1 parent 4f1fec5 commit ebcdd98

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)