@@ -150,6 +150,7 @@ help_pg_probackup(void)
150150printf (_ (" [--remote-port] [--remote-path] [--remote-user]\n" ));
151151printf (_ (" [--ssh-options]\n" ));
152152printf (_ (" [--ttl=interval] [--expire-time=timestamp] [--note=text]\n" ));
153+ printf (_ (" [--start-time]\n" ));
153154printf (_ (" [--help]\n" ));
154155
155156
@@ -323,6 +324,7 @@ help_backup(void)
323324printf (_ (" [--remote-port] [--remote-path] [--remote-user]\n" ));
324325printf (_ (" [--ssh-options]\n" ));
325326printf (_ (" [--ttl=interval] [--expire-time=timestamp] [--note=text]\n\n" ));
327+ printf (_ (" [--start-time]\n" ));
326328
327329printf (_ (" -B, --backup-path=backup-path location of the backup storage area\n" ));
328330printf (_ (" -b, --backup-mode=backup-mode backup mode=FULL|PAGE|DELTA|PTRACK\n" ));
@@ -343,6 +345,7 @@ help_backup(void)
343345printf (_ (" --no-sync do not sync backed up files to disk\n" ));
344346printf (_ (" --note=text add note to backup\n" ));
345347printf (_ (" (example: --note='backup before app update to v13.1')\n" ));
348+ printf (_ (" --start-time set time of starting backup as a parameter for naming backup\n" ));
346349
347350printf (_ ("\n Logging options:\n" ));
348351printf (_ (" --log-level-console=log-level-console\n" ));