Peter M. Groen
/
cxxopts
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
4f8ded2a393819c87e40c847391b7bfe6f9b4994
Authored by
Jarryd Beck
2014-10-13 09:20:04 +1100
1 parent
918f9c24
update message
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/example.cpp
src/example.cpp
View file @
4f8ded2
...
...
@@ -76,7 +76,7 @@ int main(int argc, char* argv[])
76
76
<< std::endl;
77
77
}
78
78
79
- std::cout <<
argc << std::endl;
79
+ std::cout <<
"Arguments remain = " <<
argc << std::endl;
80
80
81
81
} catch (const cxxopts::OptionException& e)
82
82
{
...
...