From f9db3bdead5e96fdfc948efa9f3b03482018f923 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Wed, 21 Feb 2018 11:31:27 +0100 Subject: Do not document deprecated -C anymore --- src/Utils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Utils.cpp b/src/Utils.cpp index eab4c7b..3efef7f 100644 --- a/src/Utils.cpp +++ b/src/Utils.cpp @@ -70,7 +70,7 @@ void printUsage(const char* progName) FILE* out = stderr; fprintf(out, "Usage with configuration file:\n"); - fprintf(out, "\t%s [-C] config_file.ini\n\n", progName); + fprintf(out, "\t%s config_file.ini\n\n", progName); fprintf(out, "Usage with command line options:\n"); fprintf(out, "\t%s" -- cgit v1.2.3