[pacman-dev] [PATCH 2/7] pacsearch: more accurate help message

Pierre Neidhardt ambrevar at gmail.com
Wed Jan 22 18:07:04 EST 2014


Signed-off-by: Pierre Neidhardt <ambrevar at gmail.com>
---
 contrib/pacsearch.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/contrib/pacsearch.in b/contrib/pacsearch.in
index 63435f0..f2b75f6 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 <dan at archlinux.org>
 #
@@ -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 <pattern>\n\n";
 	print "Example: $myname ^gnome\n";
 }
-- 
1.8.5.3



More information about the pacman-dev mailing list