Skip to content

Commit

Permalink
CREATE_PROJECT: Fix a typo in the help-message (--codeblocks)
Browse files Browse the repository at this point in the history
  • Loading branch information
somaen committed Jul 2, 2013
1 parent 5f3ddae commit 42e3c18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devtools/create_project/create_project.cpp
Expand Up @@ -588,7 +588,7 @@ void displayHelp(const char *exe) {
" Additionally there are the following switches for changing various settings:\n"
"\n"
"Project specific settings:\n"
" --codeblock build Code::Blocks project files\n"
" --codeblocks build Code::Blocks project files\n"
" --msvc build Visual Studio project files\n"
" --xcode build XCode project files\n"
" --file-prefix prefix allow overwriting of relative file prefix in the\n"
Expand Down

0 comments on commit 42e3c18

Please sign in to comment.