From 72f999f8436ef81f85d181a9355bd4c13ba3e719 Mon Sep 17 00:00:00 2001 From: hrocho Date: Thu, 19 Apr 2018 11:27:37 +0200 Subject: [PATCH] calculator --- bin/catima_calculator.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/catima_calculator.cpp b/bin/catima_calculator.cpp index 289f9ea..18f098c 100644 --- a/bin/catima_calculator.cpp +++ b/bin/catima_calculator.cpp @@ -15,7 +15,7 @@ using namespace catima; using json = nlohmann::json; void help(){ - std::cout<<"usage: catima_calculator [options]"; + std::cout<<"usage: catima_calculator config_file.json\n"; } json load_json(const char *fname);