send-email: --smtp-ssl-cert-path takes an argument
commit979e652a18eea8e865777239f11c89795d969211
authorThomas Rast <tr@thomasrast.ch>
Sun, 1 Dec 2013 22:48:42 +0000 (1 23:48 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 4 Dec 2013 19:45:30 +0000 (4 11:45 -0800)
treec9c0e02b3ca9ee833f55fbd24b14207352aba7ff
parentd4d9653b5401b28dd88a84bd1bf1d269b8acccf6
send-email: --smtp-ssl-cert-path takes an argument

35035bb (send-email: be explicit with SSL certificate verification,
2013-07-18) forgot to specify that --smtp-ssl-cert-path takes a string
argument.  This means that the option could not actually be used as
intended.  Presumably noone noticed because it's much easier to set it
through configs anyway.

Add the required "=s".

Signed-off-by: Thomas Rast <tr@thomasrast.ch>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-send-email.perl