diff --git a/sabayon-brokenlinks b/sabayon-brokenlinks index f09f1a6..505c514 100755 --- a/sabayon-brokenlinks +++ b/sabayon-brokenlinks @@ -443,7 +443,11 @@ main() { fi if [ ${#MANUALLY_REMOVED_LINKS[@]} -gt 0 ] ; then - log 1 "Hereinafter, links to manually remove:" + if [ "${FORCE_MANUAL}" = 1 ] ; then + log 1 "Hereinafter, links removed with force:" + else + log 1 "Hereinafter, links to manually remove:" + fi print_links2remove fi