help string
This commit is contained in:
parent
6bff3c5a5e
commit
3f1220e3d8
@ -30,7 +30,7 @@ int main(int argc, char* argv[])
|
||||
{
|
||||
try
|
||||
{
|
||||
cxxopts::Options options(argv[0]);
|
||||
cxxopts::Options options(argv[0], " - example command line options");
|
||||
|
||||
bool apple = false;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user