Bar argument in error output

This commit is contained in:
John Mertz 2022-09-23 18:03:41 -04:00
parent 1cc843e6eb
commit 5cfbde8fdc
Signed by: jpm
GPG Key ID: E9C5EA2D867501AB
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