Skip to content

Commit dc20139

Browse files
committed
--no-live should have no abbreviation
1 parent 21fb6cf commit dc20139

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
@@ -83,7 +83,7 @@ The command line tool has the following options
8383
-C, --cert Path to the ssl cert
8484
--webid Enable WebID+TLS authentication
8585
-s, --secret HTTP Session secret key (e.g. "your secret phrase")
86-
-s, --no-live Disable live support through WebSockets
86+
--no-live Disable live support through WebSockets
8787

8888
## Tests
8989

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
.parse();

0 commit comments

Comments
 (0)