Skip to content

Commit 732ef4a

Browse files
committed
merging master
2 parents eab3114 + 31be762 commit 732ef4a

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Options:
8484
-C, --cert Path to the ssl cert
8585
--webid Enable WebID+TLS authentication
8686
-s, --secret HTTP Session secret key (e.g. "your secret phrase")
87-
-s, --no-live Disable live support through WebSockets
87+
--no-live Disable live support through WebSockets
8888
-sA, --suffix-acl Suffix for acl files (default: '.acl')
8989
-sC, --suffix-changes Suffix for acl files (default: '.changes')
9090
-sE, --suffix-sse Suffix for SSE files (default: '.events')

bin/ldnode.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ var argv = require('nomnom')
5858
.option('noLive', {
5959
full: 'no-live',
6060
help: 'Disable live support through WebSockets',
61-
abbr: 's',
6261
flag: true
6362
})
6463
.option('suffixAcl', {

0 commit comments

Comments
 (0)