We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6d2391a + 8469db4 commit ffab4deCopy full SHA for ffab4de
1 file changed
bin/wscat
@@ -103,7 +103,7 @@ var version = require('../package.json').version;
103
104
program
105
.version(version)
106
- .usage('[options] <url>')
+ .usage('[options] (--listen <port> | --connect <url>)')
107
.option('-l, --listen <port>', 'listen on port')
108
.option('-c, --connect <url>', 'connect to a websocket server')
109
.option('-p, --protocol <version>', 'optional protocol version')
0 commit comments