Commit 4f8ded2a393819c87e40c847391b7bfe6f9b4994

Authored by Jarryd Beck
1 parent 918f9c24

update message

Showing 1 changed file with 1 additions and 1 deletions
src/example.cpp
@@ -76,7 +76,7 @@ int main(int argc, char* argv[]) @@ -76,7 +76,7 @@ int main(int argc, char* argv[])
76 << std::endl; 76 << std::endl;
77 } 77 }
78 78
79 - std::cout << argc << std::endl; 79 + std::cout << "Arguments remain = " << argc << std::endl;
80 80
81 } catch (const cxxopts::OptionException& e) 81 } catch (const cxxopts::OptionException& e)
82 { 82 {