We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eab3114 + 31be762 commit 732ef4aCopy full SHA for 732ef4a
2 files changed
README.md
@@ -84,7 +84,7 @@ Options:
84
-C, --cert Path to the ssl cert
85
--webid Enable WebID+TLS authentication
86
-s, --secret HTTP Session secret key (e.g. "your secret phrase")
87
- -s, --no-live Disable live support through WebSockets
+ --no-live Disable live support through WebSockets
88
-sA, --suffix-acl Suffix for acl files (default: '.acl')
89
-sC, --suffix-changes Suffix for acl files (default: '.changes')
90
-sE, --suffix-sse Suffix for SSE files (default: '.events')
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
.option('suffixAcl', {
0 commit comments