From 48493bbbb265585eabf22c155276ebd16c178e57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ben=20Gr=C3=A4f?= Date: Mon, 26 Feb 2018 11:44:37 +0100 Subject: [PATCH] Update Options.cpp --- src/Options.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Options.cpp b/src/Options.cpp index 8cddb870..6767b6c1 100644 --- a/src/Options.cpp +++ b/src/Options.cpp @@ -231,6 +231,7 @@ static struct option const cc_client_options[] = { { "access-token", 1, nullptr, 4004 }, { "worker-id", 1, nullptr, 4005 }, { "update-interval-s", 1, nullptr, 4012 }, + { "use-tls", 0, nullptr, 4016 }, { nullptr, 0, nullptr, 0 } };