From eae564f1e128bf32a6523a3c1165215e3eb65f8b Mon Sep 17 00:00:00 2001 From: anoy Date: Mon, 5 Mar 2018 14:31:12 +0000 Subject: [PATCH] fixed option indent for help mode --- kdwsdl2cpp/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kdwsdl2cpp/src/main.cpp b/kdwsdl2cpp/src/main.cpp index 7f331fd99..d1679cf53 100644 --- a/kdwsdl2cpp/src/main.cpp +++ b/kdwsdl2cpp/src/main.cpp @@ -45,7 +45,7 @@ static void showHelp(const char *appName) " -optional-element-type \n" " use as the getter return value for optional elements.\n" " can be either raw-pointer or boost-optional\n" - " -keep-unused-types keep the wsdl unused types to the cpp generation step\n" + " -keep-unused-types keep the wsdl unused types to the cpp generation step\n" "\n", appName); }