Revert "Add --start-time option into help message"

This reverts commit c81c54be4c.
This commit is contained in:
d.lepikhova
2022-08-01 19:59:39 +05:00
parent 1b75b4ed62
commit 65345f20a0
2 changed files with 0 additions and 4 deletions
-3
View File
@@ -150,7 +150,6 @@ help_pg_probackup(void)
printf(_(" [--remote-port] [--remote-path] [--remote-user]\n"));
printf(_(" [--ssh-options]\n"));
printf(_(" [--ttl=interval] [--expire-time=timestamp] [--note=text]\n"));
printf(_(" [--start-time]\n"));
printf(_(" [--help]\n"));
@@ -324,7 +323,6 @@ help_backup(void)
printf(_(" [--remote-port] [--remote-path] [--remote-user]\n"));
printf(_(" [--ssh-options]\n"));
printf(_(" [--ttl=interval] [--expire-time=timestamp] [--note=text]\n\n"));
printf(_(" [--start-time]\n"));
printf(_(" -B, --backup-path=backup-path location of the backup storage area\n"));
printf(_(" -b, --backup-mode=backup-mode backup mode=FULL|PAGE|DELTA|PTRACK\n"));
@@ -345,7 +343,6 @@ help_backup(void)
printf(_(" --no-sync do not sync backed up files to disk\n"));
printf(_(" --note=text add note to backup\n"));
printf(_(" (example: --note='backup before app update to v13.1')\n"));
printf(_(" --start-time set time of starting backup as a parameter for naming backup\n"));
printf(_("\n Logging options:\n"));
printf(_(" --log-level-console=log-level-console\n"));
-1
View File
@@ -68,7 +68,6 @@ pg_probackup - utility to manage backup/recovery of PostgreSQL database.
[--remote-port] [--remote-path] [--remote-user]
[--ssh-options]
[--ttl=interval] [--expire-time=timestamp] [--note=text]
[--start-time]
[--help]
pg_probackup restore -B backup-path --instance=instance_name