summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorPierre Neidhardt <ambrevar@gmail.com>2014-01-23 00:07:04 +0100
committerAllan McRae <allan@archlinux.org>2014-02-02 16:12:29 +1000
commit6fb2035dd03f3ee33f945cacee4e835156e1f76b (patch)
tree96356db4228044ca74cf52e3e7bb4b04c2e31193 /contrib
parentc71efe6d62ad205d479b3872851d9ace4885677f (diff)
downloadpacman-6fb2035dd03f3ee33f945cacee4e835156e1f76b.tar.xz
pacsearch: more accurate help message
Signed-off-by: Pierre Neidhardt <ambrevar@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'contrib')
-rw-r--r--contrib/pacsearch.in4
1 files changed, 2 insertions, 2 deletions
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 <dan@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";
}