summaryrefslogtreecommitdiff
path: root/modules/Options.pm
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2009-10-29 23:01:16 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2009-10-29 23:01:16 +0000
commit40d032cee163671b4e314a33c32ac93d318e83f1 (patch)
tree9439e2b3bbad41c0c931ffff761bdd893310c464 /modules/Options.pm
parenteb1de1864e3556aaf9ade9c6a25e39775ba9e9f8 (diff)
downloadMPC-40d032cee163671b4e314a33c32ac93d318e83f1.tar.gz
ChangeLogTag: Thu Oct 29 22:55:05 UTC 2009 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'modules/Options.pm')
-rw-r--r--modules/Options.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/Options.pm b/modules/Options.pm
index 9afcbfa9..130bbe56 100644
--- a/modules/Options.pm
+++ b/modules/Options.pm
@@ -125,7 +125,7 @@ sub printUsage {
" structure starting at <directory>. This should be a\n" .
" full path.\n" .
" -language Specify the language preference; possible values are\n",
-" [", join(' ', sort(Creator::validLanguages())), "]. The default is\n".
+" [", join(', ', sort(Creator::validLanguages())), "]. The default is\n".
" " . Creator::defaultLanguage() . ".\n",
" -make_coexistence If multiple 'make' based project types are\n" .
" generated, they will be named such that they can coexist.\n" .