Skip to content

Commit

Permalink
Fix copy/paste errorx
Browse files Browse the repository at this point in the history
  • Loading branch information
jedisct1 committed Jul 5, 2015
1 parent b82a736 commit 35a2562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.c
Expand Up @@ -266,7 +266,7 @@ main(int argc, const char **argv)
printf("This is the provider key you should give to users for your service.\n"
"(i.e. dnscrypt-proxy --provider-key=%s\n"
" --resolver-address=<your resolver public IP>\n"
" --resolver-address=2.dnscrypt-cert...)\n",
" --provider-name=2.dnscrypt-cert...)\n",
fingerprint);
if (write_to_file
(c.provider_publickey_file, (char *)provider_publickey,
Expand Down

0 comments on commit 35a2562

Please sign in to comment.