summaryrefslogtreecommitdiff
path: root/prj_install.pl
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2006-04-25 13:21:21 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2006-04-25 13:21:21 +0000
commit6a3e14f1eab2d3d6bcab064d86b84f82b90f9989 (patch)
tree563e4d76b4edd77397efce2b0385d53dfb5fe96e /prj_install.pl
parent18950d4884211f0b32cb2a9019a7311230e678d8 (diff)
downloadMPC-6a3e14f1eab2d3d6bcab064d86b84f82b90f9989.tar.gz
ChangeLogTag: Tue Apr 25 13:18:06 UTC 2006 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'prj_install.pl')
-rwxr-xr-xprj_install.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/prj_install.pl b/prj_install.pl
index 9c8f86d2..43f4186d 100755
--- a/prj_install.pl
+++ b/prj_install.pl
@@ -244,12 +244,13 @@ sub usageAndExit {
my($spc) = ' ' x (length($base) + 8);
print STDERR "$base v$version\n",
"Usage: $base [-a tag1[,tagN]] [-b tag=dir] [-o tag=dir]\n",
- $spc, "[-s tag1[,tagN]] [-v] [install directory]\n",
+ $spc, "[-s tag1[,tagN]] [-v] [-k] [install directory]\n",
$spc, "[$insext files or directories]\n\n",
"Install files matching the tag specifications found ",
"in $insext files.\n\n",
"-a Adds to the default set of tags that get copied.\n",
"-b Install tag into dir underneath the install directory.\n",
+ "-k Keep going if a file to be copied is missing.\n",
"-o Install tag into dir.\n",
"-s Sets the tags that get copied.\n",
"-v Enables verbose mode.\n",