1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2024-12-04 10:44:46 +02:00

Fix comment in main()

This commit is contained in:
Arthur Zakirov 2018-12-13 17:11:45 +03:00
parent e16bdc6660
commit eec11c074c

View File

@ -363,8 +363,9 @@ main(int argc, char *argv[])
}
/*
* Read options from env variables or from config file,
* unless we're going to set them via set-config.
* We read options from command line, now we need to read them from
* configuration file since we got backup path and instance name.
* For some commands an instance option isn't required, see above.
*/
if (instance_name)
{