Skip to content

Commit

Permalink
Merge pull request #121 from anoymouserver/patch-1
Browse files Browse the repository at this point in the history
fixed option indent for help mode
  • Loading branch information
dfaure-kdab authored Mar 5, 2018
2 parents 3ba1fac + eae564f commit 57cccea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kdwsdl2cpp/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ static void showHelp(const char *appName)
" -optional-element-type <type>\n"
" use <type> as the getter return value for optional elements.\n"
" <type> 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);
}

Expand Down

0 comments on commit 57cccea

Please sign in to comment.