Skip to content

Commit 45df9c6

Browse files
committed
Document stdin feature in cli help text
1 parent 76d0de8 commit 45df9c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/cli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ var args = require('nomnom')
1010
})
1111
.option('file', {
1212
position: 0,
13-
help: 'The file containing the markup to convert to JSONML'
13+
help: 'The file containing the markup to convert to JSONML, will read from stdin if not specified'
1414
})
1515
.option('version', {
1616
flag: true,

0 commit comments

Comments
 (0)