improve error message

This commit is contained in:
ray 2020-02-17 14:34:22 +00:00
parent 7caf5b168c
commit dc3c53d7c8
1 changed files with 2 additions and 1 deletions

View File

@ -8,7 +8,8 @@ _show_help=0
if ! [ -f "$_target_file" ] ;
then
echo "Error - file not found: $_target_file"
echo "notify-updates: cannot access '$_target_file': File not found"
echo "notify-updates: try executing 'pacman-update-count.sh'"
exit 1
fi