contrib/checkupdates: fix typo

Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
Allan McRae 2013-06-16 16:36:20 +10:00
parent 1b08e26846
commit 4283199039

View File

@ -19,7 +19,7 @@
#
if (( $# > 0 )); then
echo "checkupdate: Safely print a list of pending updates."
echo "checkupdates: Safely print a list of pending updates."
echo "Use: checkupdates"
echo "Export the 'CHECKUPDATE_DB' variable to change the path of the temporary database."
exit 0