mirror of
https://github.com/postgres/postgres.git
synced 2025-05-02 11:44:50 +03:00
Fix typo in error message.
This commit is contained in:
parent
477023e942
commit
7f71c891a5
@ -1963,7 +1963,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…
x
Reference in New Issue
Block a user