summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllan McRae <allan@archlinux.org>2013-06-16 16:36:20 +1000
committerAllan McRae <allan@archlinux.org>2013-06-16 16:36:20 +1000
commit42831990397852b5e3519c82ce2977bddaf99d4f (patch)
tree2b3ee56dea4a10056bd67a2c185aa6b33c5a1b2e
parent1b08e26846516bfc842841dabe020bef23b79e83 (diff)
downloadpacman-42831990397852b5e3519c82ce2977bddaf99d4f.tar.xz
contrib/checkupdates: fix typo
Signed-off-by: Allan McRae <allan@archlinux.org>
-rw-r--r--contrib/checkupdates.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/checkupdates.sh.in b/contrib/checkupdates.sh.in
index b41dfa03..0079a244 100644
--- a/contrib/checkupdates.sh.in
+++ b/contrib/checkupdates.sh.in
@@ -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