diff --git a/src/pg_probackup.c b/src/pg_probackup.c index 04b5d486..ada27e3e 100644 --- a/src/pg_probackup.c +++ b/src/pg_probackup.c @@ -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) {