[pacman-dev] [PATCH] contrib/checkupdates: fix typo
16 Jun
2013
16 Jun
'13
8:37 a.m.
Signed-off-by: Allan McRae <allan@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
4238
Age (days ago)
4238
Last active (days ago)
0 comments
1 participants
participants (1)
-
Allan McRae