summaryrefslogtreecommitdiff
path: root/modules/Options.pm
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2006-08-28 12:12:01 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2006-08-28 12:12:01 +0000
commitb5d9fd3c2949812dbb524f46c5176e706c69146c (patch)
tree1cc1a9300000a2cf8341074e1235a42db18774e8 /modules/Options.pm
parent0eed0db4eb10ec0795b198a51db82906a68d9b0e (diff)
downloadMPC-b5d9fd3c2949812dbb524f46c5176e706c69146c.tar.gz
ChangeLogTag: Mon Aug 28 12:09:16 UTC 2006 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'modules/Options.pm')
-rw-r--r--modules/Options.pm6
1 files changed, 4 insertions, 2 deletions
diff --git a/modules/Options.pm b/modules/Options.pm
index 9e81fa32..1252b350 100644
--- a/modules/Options.pm
+++ b/modules/Options.pm
@@ -101,8 +101,8 @@ sub printUsage {
" project file. Do not provide a file extension, the\n" .
" .mpb extension will be tried first; if that fails the\n" .
" .mpc extension will be tried.\n" .
-" -exclude Use this option to exclude directories when searching\n" .
-" for input files.\n" .
+" -exclude Use this option to exclude directories or files when\n" .
+" searching for input files.\n" .
" -expand_vars Perform direct expansion, instead of performing relative\n" .
" replacement with either -use_env or -relative options.\n" .
" -feature_file Specifies the feature file to read before processing.\n" .
@@ -140,6 +140,8 @@ sub printUsage {
" -relative Any \$() variable in an mpc file that is matched to NAME\n" .
" is replaced by VAR only if VAR can be made into a\n" .
" relative path based on the current working directory.\n" .
+" This option can be used multiple times to add multiple\n" .
+" variables.\n" .
" -static Specifies that only static projects will be generated.\n" .
" By default, only dynamic projects are generated.\n" .
" -template Specifies the template name (with no extension).\n" .