help string

This commit is contained in:
Jarryd Beck 2014-10-17 11:59:40 +11:00
parent 6bff3c5a5e
commit 3f1220e3d8
2 changed files with 2 additions and 2 deletions

View File

@ -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;