From 480d48e02f77a2aeba5146ddf6f9d3aa1c2412a4 Mon Sep 17 00:00:00 2001 From: Roee Sefi Date: Fri, 14 Sep 2018 00:41:58 +0300 Subject: [PATCH] Update real.cpp Issue #61 --- example/real.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/real.cpp b/example/real.cpp index 1c5d132211..9dadee2e07 100644 --- a/example/real.cpp +++ b/example/real.cpp @@ -23,7 +23,7 @@ void conflicting_options(const variables_map& vm, + opt1 + "' and '" + opt2 + "'."); } -/* Function used to check that of 'for_what' is specified, then +/* Function used to check that if 'for_what' is specified, then 'required_option' is specified too. */ void option_dependency(const variables_map& vm, const char* for_what, const char* required_option)