Skip to content

Commit ba9fabb

Browse files
committed
Pipe help to stderr
1 parent 8e9e5b3 commit ba9fabb

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/tools/disposable-http-server/bin

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/tools/disposable-http-server/bin/cli

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ function init() {
6969
function help() {
7070
var fpath = path.join( __dirname, 'usage.txt' );
7171
fs.createReadStream( fpath )
72-
.pipe( process.stdout )
72+
.pipe( process.stderr )
7373
.on( 'close', onClose );
7474

7575
function onClose() {

0 commit comments

Comments
 (0)