summaryrefslogtreecommitdiff
path: root/vs_postclean.pl
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2010-04-10 19:38:14 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2010-04-10 19:38:14 +0000
commit392cb79c51ba0bcda8600f665c6e5f454cccdbc5 (patch)
treef883b216dd39713edd2f4e0b298f5d82f37931bb /vs_postclean.pl
parent628f1ce6da1ac888c42dc3c4a2e6a5bdafa11105 (diff)
downloadMPC-392cb79c51ba0bcda8600f665c6e5f454cccdbc5.tar.gz
ChangeLogTag: Sat Apr 10 19:37:34 UTC 2010 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'vs_postclean.pl')
-rwxr-xr-xvs_postclean.pl5
1 files changed, 4 insertions, 1 deletions
diff --git a/vs_postclean.pl b/vs_postclean.pl
index 3283b850..bc9ceff2 100755
--- a/vs_postclean.pl
+++ b/vs_postclean.pl
@@ -113,7 +113,10 @@ sub clean_sln {
if ($#ARGV == -1) {
print "PostClean v$version\n",
- "Usage: ", basename($0), " [CFG=<configuration>] <project or solution files>\n";
+ "Usage: ", basename($0), " [CFG=<configuration>] <project or solution files>\n\n",
+ "Executes the MPC generated VCPostCleanEventTool commands in a project.\n",
+ "These events are ignored by VisualStudio and must be handled by an outside\n",
+ "tool (i.e., this script).\n";
exit(0);
}