summaryrefslogtreecommitdiff
path: root/devtools
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2010-06-29 13:43:07 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2010-06-29 13:43:07 +0000
commit6b248904f2eb7d3bbb60652b27e6ba4ecb8df0d4 (patch)
tree5c8da24d8b4c81fb935e825156e2eacd0d92af35 /devtools
parenta92416df308df4b54ed79f6de118b32ca10f2aef (diff)
downloadMPC-6b248904f2eb7d3bbb60652b27e6ba4ecb8df0d4.tar.gz
ChangeLogTag: Tue Jun 29 13:41:39 UTC 2010 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'devtools')
-rwxr-xr-xdevtools/document_template.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/devtools/document_template.pl b/devtools/document_template.pl
index 9ffed0ad..49f68e68 100755
--- a/devtools/document_template.pl
+++ b/devtools/document_template.pl
@@ -171,7 +171,7 @@ sub usageAndExit {
" .../docs/templates.\n",
"language - This defaults to the language for which the template is designed.\n",
" It can be any of the valid language settings for MPC:\n",
- join(' ', sort(Creator::validLanguages())), "\n";
+ " ", join(' ', sort(Creator::validLanguages())), "\n";
exit(0);
}