mirror of https://github.com/jarro2783/cxxopts.git
update message
This commit is contained in:
parent
918f9c243d
commit
4f8ded2a39
|
|
@ -76,7 +76,7 @@ int main(int argc, char* argv[])
|
|||
<< std::endl;
|
||||
}
|
||||
|
||||
std::cout << argc << std::endl;
|
||||
std::cout << "Arguments remain = " << argc << std::endl;
|
||||
|
||||
} catch (const cxxopts::OptionException& e)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue