index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Allan McRae <allan@archlinux.org> | 2013-06-16 16:36:20 +1000 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2013-06-16 16:36:20 +1000 |
commit | 42831990397852b5e3519c82ce2977bddaf99d4f (patch) | |
tree | 2b3ee56dea4a10056bd67a2c185aa6b33c5a1b2e /contrib/checkupdates.sh.in | |
parent | 1b08e26846516bfc842841dabe020bef23b79e83 (diff) |
-rw-r--r-- | contrib/checkupdates.sh.in | 2 |
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 |