1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-31 22:04:40 +03:00

Add missing documentation for some vcregress modes

Michael Paquier
This commit is contained in:
Magnus Hagander
2014-12-17 11:14:34 +01:00
parent cb7b5c5c6f
commit 6964ad95d7
2 changed files with 4 additions and 1 deletions

View File

@ -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);
}