Bar argument in error output

This commit is contained in:
John Mertz 2022-09-23 18:03:41 -04:00
parent 0fb49f9e06
commit 1dc14b5749
1 changed files with 1 additions and 1 deletions

View File

@ -32,5 +32,5 @@ elif [ "$1" == 'update' ]; then
let COUNT--
echo $COUNT > /home/jpm/.spool/apt-upgradeable
else
echo "Missing argument: update, upgrade"
echo "Missing argument: update, upgrade, bar"
fi