format / fix syntax error

This commit is contained in:
Ryan Tharp 2019-04-23 16:15:42 -07:00
parent 6f8a80ec16
commit db25a9107c
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ main(int argc, char *argv[])
// clang-format off
cxxopts::Options options(
"lokinet",
"LokiNET is a free, open source, private, decentralized, "market based sybil resistant" and IP based onion routing network"
"LokiNET is a free, open source, private, decentralized, \"market based sybil resistant\" and IP based onion routing network"
);
options.add_options()
("v,verbose", "Verbose", cxxopts::value<bool>())