File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 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[])
638638 return do_show (current .backup_id );
639639 case DELETE_CMD :
640640 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" );
642642 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" );
644644 if (!delete_expired && !merge_expired && !delete_wal && !backup_id_string )
645645 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) " );
647647 if (!backup_id_string )
648648 return do_retention ();
649649 else
You can’t perform that action at this time.
0 commit comments