summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMagnus Hagander <magnus@hagander.net>2014-12-17 11:14:34 +0100
committerMagnus Hagander <magnus@hagander.net>2014-12-17 11:15:32 +0100
commitba220850bd3be2ea6f9aee35666d5a124b8a7c38 (patch)
tree6a14224ee4ac38a9f5146238d2d34903303c2cba /src
parent9bc93a89b0ff0a95018a84deed088e68f3cc75fb (diff)
Add missing documentation for some vcregress modes
Michael Paquier
Diffstat (limited to 'src')
-rw-r--r--src/tools/msvc/vcregress.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/msvc/vcregress.pl b/src/tools/msvc/vcregress.pl
index d2fdf5c35c4..30a322eecfc 100644
--- a/src/tools/msvc/vcregress.pl
+++ b/src/tools/msvc/vcregress.pl
@@ -405,6 +405,6 @@ sub usage
{
print STDERR
"Usage: vcregress.pl ",
- "<check|installcheck|plcheck|contribcheck|ecpgcheck> [schedule]\n";
+ "<check|installcheck|plcheck|contribcheck|isolationcheck|ecpgcheck|upgradecheck> [schedule]\n";
exit(1);
}