mirror of
https://github.com/moparisthebest/pacman
synced 2025-02-28 17:31:52 -05:00
Added the --upgrades option for -Qu (--query --upgrades)
This commit is contained in:
parent
63000584b6
commit
1bb3cd34bf
@ -245,6 +245,7 @@ static int parseargs(int argc, char *argv[])
|
|||||||
{"root", required_argument, 0, 'r'},
|
{"root", required_argument, 0, 'r'},
|
||||||
{"recursive", no_argument, 0, 's'},
|
{"recursive", no_argument, 0, 's'},
|
||||||
{"search", no_argument, 0, 's'},
|
{"search", no_argument, 0, 's'},
|
||||||
|
{"upgrades", no_argument, 0, 'u'},
|
||||||
{"sysupgrade", no_argument, 0, 'u'},
|
{"sysupgrade", no_argument, 0, 'u'},
|
||||||
{"verbose", no_argument, 0, 'v'},
|
{"verbose", no_argument, 0, 'v'},
|
||||||
{"downloadonly", no_argument, 0, 'w'},
|
{"downloadonly", no_argument, 0, 'w'},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user