summaryrefslogtreecommitdiff
path: root/vs_postclean.pl
diff options
context:
space:
mode:
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);
}