diff options
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 | |
parent | 1b08e26846516bfc842841dabe020bef23b79e83 (diff) | |
download | pacman-42831990397852b5e3519c82ce2977bddaf99d4f.tar.xz |
contrib/checkupdates: fix typo
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/checkupdates.sh.in | 2 |
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 |