mirror of
https://github.com/moparisthebest/pacman
synced 2024-10-31 15:45:03 -04:00
pacsearch: more accurate help message
Signed-off-by: Pierre Neidhardt <ambrevar@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
parent
c71efe6d62
commit
6fb2035dd0
@ -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";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user