Skip to content

Commit

Permalink
Merge pull request #82 from operable/imbriaco/fix-ssl
Browse files Browse the repository at this point in the history
  • Loading branch information
imbriaco authored Jul 13, 2016
2 parents 496f7c9 + 85e987a commit e2b6160
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cogctl/optparse.ex
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ defmodule Cogctl.Optparse do
[{:help, ??, 'help', {:boolean, false}, 'Displays this brief help'},
{:host, ?h, 'host', {:string, :undefined}, 'Host name or network address of the target Cog instance'},
{:port, ?p, 'port', {:integer, :undefined}, 'REST API port of the target Cog instances'},
{:secure, ?s, 'secure', {:boolean, false}, 'Use HTTPS to connect to Cog'},
{:secure, ?s, 'secure', {:boolean, :undefined}, 'Use HTTPS to connect to Cog'},
{:rest_user, ?U, 'rest-user', {:string, :undefined}, 'REST API user'},
{:rest_password, ?P, 'rest-password', {:string, :undefined}, 'REST API password'},
{:stdin, ?i, 'stdin', {:boolean, :false}, 'Read from stdin'},
Expand Down

0 comments on commit e2b6160

Please sign in to comment.