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:
parent
63000584b6
commit
1bb3cd34bf
@ -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'},
|
||||
|
Loading…
x
Reference in New Issue
Block a user