update message

This commit is contained in:
Jarryd Beck 2014-10-13 09:20:04 +11:00
parent 918f9c243d
commit 4f8ded2a39

View File

@ -76,7 +76,7 @@ int main(int argc, char* argv[])
<< std::endl; << std::endl;
} }
std::cout << argc << std::endl; std::cout << "Arguments remain = " << argc << std::endl;
} catch (const cxxopts::OptionException& e) } catch (const cxxopts::OptionException& e)
{ {