summaryrefslogtreecommitdiff
path: root/modules/Options.pm
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2009-08-24 13:10:48 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2009-08-24 13:10:48 +0000
commit80c5d68784b8acafc7c2531e5c52f3a4d13e53a1 (patch)
treedf433393150e53351cc3ed5658b1f46d1bbf1b89 /modules/Options.pm
parent0bd09cb18f8150af51d4dfde02272923a08dd4a8 (diff)
downloadMPC-80c5d68784b8acafc7c2531e5c52f3a4d13e53a1.tar.gz
ChangeLogTag: Mon Aug 24 13:10:16 UTC 2009 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'modules/Options.pm')
-rw-r--r--modules/Options.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/Options.pm b/modules/Options.pm
index 86345b0c..006ccd91 100644
--- a/modules/Options.pm
+++ b/modules/Options.pm
@@ -33,7 +33,7 @@ sub printUsage {
print STDERR "$base v$version\n" .
"Usage: $base [-global <file>] [-include <directory>] [-recurse]\n" .
$spaces . "[-ti <dll | lib | dll_exe | lib_exe>:<file>] [-hierarchy]\n" .
- $spaces . "[-template <file>] [-relative NAME=VAR] [-base <project>]\n" .
+ $spaces . "[-template <file>] [-relative NAME=VAL] [-base <project>]\n" .
$spaces . "[-noreldefs] [-notoplevel] [-static] [-genins] [-use_env]\n" .
$spaces . "[-value_template <NAME+=VAL | NAME=VAL | NAME-=VAL>]\n" .
$spaces . "[-value_project <NAME+=VAL | NAME=VAL | NAME-=VAL>]\n" .
@@ -141,7 +141,7 @@ sub printUsage {
" -recurse Recurse from the current directory and generate from\n" .
" all found input files.\n" .
" -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" .
+" is replaced by VAL only if VAL 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" .