Fix bad instruction

This commit is contained in:
Luc Didry 2016-08-03 08:47:21 +02:00
parent 2a456d6fb2
commit 6336cd323a
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ if [[ -x /usr/sbin/checkrestart ]]; then
printf $LIGHT_RED
printf " %s services need to be restarted.\n" "${BASH_REMATCH[1]}"
printf $NONE
printf " Use needrestart to list and restart them.\n\n"
printf " Use checkrestart to list and restart them.\n\n"
fi
fi
elif [[ -x /usr/sbin/needrestart ]]; then