File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -638,12 +638,12 @@ main(int argc, char *argv[])
638
638
return do_show (current .backup_id );
639
639
case DELETE_CMD :
640
640
if (delete_expired && backup_id_string )
641
- elog (ERROR , "You cannot specify --delete-expired and -- backup-id options together" );
641
+ elog (ERROR , "You cannot specify --delete-expired and (-i, -- backup-id) options together" );
642
642
if (merge_expired && backup_id_string )
643
- elog (ERROR , "You cannot specify --merge-expired and -- backup-id options together" );
643
+ elog (ERROR , "You cannot specify --merge-expired and (-i, -- backup-id) options together" );
644
644
if (!delete_expired && !merge_expired && !delete_wal && !backup_id_string )
645
645
elog (ERROR , "You must specify at least one of the delete options: "
646
- "--delete-expired |--delete-wal |--merge-expired |--backup_id " );
646
+ "--delete-expired |--delete-wal |--merge-expired |(-i, --backup-id) " );
647
647
if (!backup_id_string )
648
648
return do_retention ();
649
649
else
You can’t perform that action at this time.
0 commit comments