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:
parent
e16bdc6660
commit
eec11c074c
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user