[pacman-dev] missing -l, --list from -Sh
James Rosten
seinfeld90 at gmail.com
Sun Mar 18 15:09:39 EDT 2007
While conversing with stonecrest we noticed that -l, --list was missing
from -Sh.
Patch is below.
~ Jamie / yankees26
Signed-off-by: James Rosten <seinfeld90 at gmail.com>
============================================================
--- src/pacman/pacman.c a585d28f13b38a844fefd4e367a6bb77e904f764
+++ src/pacman/pacman.c 2e69bd5c5ff8b4cb49cd760fe75b8d8f72a23f6a
@@ -142,6 +142,7 @@ static void usage(int op, char *myname)
printf(_(" -f, --force force install, overwrite conflicting files\n"));
printf(_(" -g, --groups view all members of a package group\n"));
printf(_(" -i, --info view package information\n"));
+ printf(_(" -l. --list <repo> view a list of packages in a repo\n"));
printf(_(" -p, --print-uris print out URIs for given packages and their dependencies\n"));
printf(_(" -s, --search search remote repositories for matching strings\n"));
printf(_(" -u, --sysupgrade upgrade all packages that are out of date\n"));
More information about the pacman-dev
mailing list