Skip to content

Commit

Permalink
Merge pull request #389 from snogge/no-proxy-arg
Browse files Browse the repository at this point in the history
Add required argument to --no-proxy option help
  • Loading branch information
sambrightman committed Dec 26, 2017
2 parents 23cf927 + 990b9d3 commit 324d99d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cask-cli.el
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ Commands:
(option "--proxy <host>" cask-cli/cask-proxy)
(option "--http-proxy <host>" cask-cli/cask-http-proxy)
(option "--https-proxy <host>" cask-cli/cask-https-proxy)
(option "--no-proxy" cask-cli/cask-no-proxy)
(option "--no-proxy <host>" cask-cli/cask-no-proxy)

(option "--version" cask-cli/cask-version)
(option "-h [command], --help [command]" cask-cli/help)
Expand Down

0 comments on commit 324d99d

Please sign in to comment.