summaryrefslogtreecommitdiff
path: root/modules/Options.pm
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2007-06-27 11:30:52 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2007-06-27 11:30:52 +0000
commit9bec884b1e49ae016654098cfbd3c85b92680157 (patch)
treeb11af9aebfac6191cf7bc8f25f5189bdcf4bb30b /modules/Options.pm
parent9e5dbdf4dc2992ffcf6fa3ca07e891fc55106cb2 (diff)
downloadMPC-9bec884b1e49ae016654098cfbd3c85b92680157.tar.gz
ChangeLogTag: Wed Jun 27 11:28:50 UTC 2007 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'modules/Options.pm')
-rw-r--r--modules/Options.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/Options.pm b/modules/Options.pm
index 16387119..eaf1a48a 100644
--- a/modules/Options.pm
+++ b/modules/Options.pm
@@ -122,7 +122,8 @@ sub printUsage {
" projects, template input files and templates. This\n" .
" option can be used multiple times to add directories.\n" .
" -into Place all output files in a mirrored directory\n" .
-" structure starting at <directory>.\n" .
+" structure starting at <directory>. This should be a\n" .
+" full path.\n" .
" -language Specify the language preference; possible values are\n",
" [", join(' ', sort keys %languages), "]. The default is\n".
" $deflang.\n",