diff --git a/archiver/checks/default_preparation_checks.ini b/archiver/checks/default_preparation_checks.ini index e9898b5..546aceb 100644 --- a/archiver/checks/default_preparation_checks.ini +++ b/archiver/checks/default_preparation_checks.ini @@ -36,7 +36,7 @@ precondition_failure_msg=Requires GNU find. On mac, you can install it using 'br check_cmd=find . -type l ! -xtype l -lname '/*' success_conditions=RETURN_ZERO, EMPTY_OUTPUT check_failure_msg=Absolute symlinks found, see output. Archives may not be complete. - Consider running 'symlinks -ct {WDIR}' (show what would be done) and 'symlinks -c {WDIR}' to actually fix. + Consider running 'symlinks -rct {WDIR}' (show what would be done) and 'symlinks -rc {WDIR}' to actually fix. [check_no_temporary_files] precondition=