Skip to content

Commit

Permalink
Fix an issue in ErizoController with getopt (lynckia#1551)
Browse files Browse the repository at this point in the history
  • Loading branch information
QuanjieDeng authored Mar 6, 2020
1 parent 4acc42d commit 0d2db19
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions erizo_controller/erizoController/erizoController.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,11 @@ const getopt = new Getopt([
['M', 'maxVideoBW=ARG', 'Max video bandwidth'],
['i', 'publicIP=ARG', 'Erizo Controller\'s public IP'],
['H', 'hostname=ARG', 'Erizo Controller\'s hostname'],
['p', 'port', 'Port used by clients to reach Erizo Controller'],
['p', 'port=ARG', 'Port used by clients to reach Erizo Controller'],
['S', 'ssl', 'Enable SSL for clients'],
['L', 'listen_port', 'Port where Erizo Controller will listen to new connections.'],
['L', 'listen_port=ARG', 'Port where Erizo Controller will listen to new connections.'],
['s', 'listen_ssl', 'Enable HTTPS in server'],
['R', 'recording_path', 'Recording path.'],
['R', 'recording_path=ARG', 'Recording path.'],
['h', 'help', 'display this help'],
]);

Expand Down

0 comments on commit 0d2db19

Please sign in to comment.