mirror of
https://github.com/postgres/postgres.git
synced 2026-06-03 14:00:01 -04:00
Fix typo in error message.
This commit is contained in:
parent
b2b95de61e
commit
49b1d98061
1 changed files with 1 additions and 1 deletions
|
|
@ -2334,7 +2334,7 @@ main(int argc, char **argv)
|
|||
case 'M':
|
||||
if (num_files > 0)
|
||||
{
|
||||
fprintf(stderr, "query mode (-M) should be specifiled before transaction scripts (-f)\n");
|
||||
fprintf(stderr, "query mode (-M) should be specified before transaction scripts (-f)\n");
|
||||
exit(1);
|
||||
}
|
||||
for (querymode = 0; querymode < NUM_QUERYMODE; querymode++)
|
||||
|
|
|
|||
Loading…
Reference in a new issue