There was an error while loading. Please reload this page.
1 parent 21fb6cf commit dc20139Copy full SHA for dc20139
2 files changed
README.md
@@ -83,7 +83,7 @@ The command line tool has the following options
83
-C, --cert Path to the ssl cert
84
--webid Enable WebID+TLS authentication
85
-s, --secret HTTP Session secret key (e.g. "your secret phrase")
86
- -s, --no-live Disable live support through WebSockets
+ --no-live Disable live support through WebSockets
87
88
## Tests
89
bin/ldnode.js
@@ -58,7 +58,6 @@ var argv = require('nomnom')
58
.option('noLive', {
59
full: 'no-live',
60
help: 'Disable live support through WebSockets',
61
- abbr: 's',
62
flag: true
63
})
64
.parse();
0 commit comments