Skip to content

Commit 43befe1

Browse files
committed
Pipe help text to stderr
1 parent ba9fabb commit 43befe1

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/namespace/bin

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/namespace/bin/cli

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

7272
function onClose() {

0 commit comments

Comments
 (0)