From 4f8ded2a393819c87e40c847391b7bfe6f9b4994 Mon Sep 17 00:00:00 2001 From: Jarryd Beck Date: Mon, 13 Oct 2014 09:20:04 +1100 Subject: [PATCH] update message --- src/example.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/example.cpp b/src/example.cpp index 1ab28ef..2317221 100644 --- a/src/example.cpp +++ b/src/example.cpp @@ -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) { -- libgit2 0.21.4