1
0
mirror of https://github.com/moparisthebest/pacman synced 2025-02-28 09:21:53 -05:00

Added the --upgrades option for -Qu (--query --upgrades)

This commit is contained in:
Aaron Griffin 2007-02-04 08:30:13 +00:00
parent 63000584b6
commit 1bb3cd34bf

View File

@ -245,6 +245,7 @@ static int parseargs(int argc, char *argv[])
{"root", required_argument, 0, 'r'},
{"recursive", no_argument, 0, 's'},
{"search", no_argument, 0, 's'},
{"upgrades", no_argument, 0, 'u'},
{"sysupgrade", no_argument, 0, 'u'},
{"verbose", no_argument, 0, 'v'},
{"downloadonly", no_argument, 0, 'w'},