[pacman-dev] [PATCH] contrib/checkupdates: fix typo

Allan McRae allan at archlinux.org
Sun Jun 16 02:37:33 EDT 2013


Signed-off-by: Allan McRae <allan at archlinux.org>
---

FS#35755 also suggests that CHECKUPDATE_DB should be CHECKUPDATES_DB.
Any opinions on that?

 contrib/checkupdates.sh.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/checkupdates.sh.in b/contrib/checkupdates.sh.in
index b41dfa0..0079a24 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
-- 
1.8.3.1



More information about the pacman-dev mailing list