Update Options.cpp

This commit is contained in:
Ben Gräf 2018-02-26 11:44:37 +01:00 committed by GitHub
parent c3aa7b446b
commit 48493bbbb2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -231,6 +231,7 @@ static struct option const cc_client_options[] = {
{ "access-token", 1, nullptr, 4004 }, { "access-token", 1, nullptr, 4004 },
{ "worker-id", 1, nullptr, 4005 }, { "worker-id", 1, nullptr, 4005 },
{ "update-interval-s", 1, nullptr, 4012 }, { "update-interval-s", 1, nullptr, 4012 },
{ "use-tls", 0, nullptr, 4016 },
{ nullptr, 0, nullptr, 0 } { nullptr, 0, nullptr, 0 }
}; };