From 6fb2035dd03f3ee33f945cacee4e835156e1f76b Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Thu, 23 Jan 2014 00:07:04 +0100 Subject: pacsearch: more accurate help message Signed-off-by: Pierre Neidhardt Signed-off-by: Allan McRae --- contrib/pacsearch.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'contrib/pacsearch.in') diff --git a/contrib/pacsearch.in b/contrib/pacsearch.in index 63435f0d..f2b75f6a 100644 --- a/contrib/pacsearch.in +++ b/contrib/pacsearch.in @@ -1,5 +1,5 @@ #!/usr/bin/perl -# pacsearch - Adds color and install information to a 'pacman -Ss' search +# pacsearch - Perform a pacman search using both the local and the sync databases # # Copyright (C) 2008-2014 Dan McGee # @@ -29,7 +29,7 @@ my $myver = '@PACKAGE_VERSION@'; sub usage { print "$myname (pacman) v$myver\n\n"; - print "Add color and install information to a 'pacman -Ss' search\n\n"; + print "Perform a pacman search using both the local and the sync databases.\n\n"; print "Usage: $myname \n\n"; print "Example: $myname ^gnome\n"; } -- cgit v1.2.3-24-g4f1b