Bar argument in error output
This commit is contained in:
parent
1cc843e6eb
commit
5cfbde8fdc
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue