diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-03-29 00:44:48 -0400 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-07-15 22:23:48 -0400 |
commit | 7449bc1f34c206e3ff8e274cd74e2db950d492a1 (patch) | |
tree | 7d8ac043525ce07f91319e063f47f594cb8a872b /src/journal-remote/journal-remote.c | |
parent | 3d090cc6f34e5970765dd1e7ee5e648a056d180d (diff) |
journal-upload: HTTPS support
Diffstat (limited to 'src/journal-remote/journal-remote.c')
-rw-r--r-- | src/journal-remote/journal-remote.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/journal-remote/journal-remote.c b/src/journal-remote/journal-remote.c index 09144eaa97..437e0b05d1 100644 --- a/src/journal-remote/journal-remote.c +++ b/src/journal-remote/journal-remote.c @@ -1201,7 +1201,7 @@ static int parse_argv(int argc, char *argv[]) { } if (arg_listen_https && !(key_pem && cert_pem)) { - log_error("Options --key and --cert must be used when https sources are specified"); + log_error("Options --key and --cert must be used when using HTTPS."); return -EINVAL; } |