diff --git a/cli/zerotier.cpp b/cli/zerotier.cpp index ca9263fe5..12064d6ff 100644 --- a/cli/zerotier.cpp +++ b/cli/zerotier.cpp @@ -72,7 +72,7 @@ static void dumpHelp() std::cout << std::endl; std::cout << "Options:" << std::endl; std::cout << " -v - Verbose JSON output" << std::endl; - std::cout << " " + std::cout << " -X - Do not check SSL certs (CAUTION!)" << std::endl; std::cout << std::endl; std::cout << "CLI Configuration Commands:" << std::endl; std::cout << " cli-set - Set a CLI config option" << std::endl; @@ -129,7 +129,6 @@ int main(int argc,char **argv) std::string command; std::vector args; std::map opts; - char nextIsOptValue = 0; for(int i=1;i