mirror of
https://github.com/moparisthebest/pacman
synced 2024-11-10 11:35:00 -05:00
pactree: fix --sync getopt value
The long --sync options has apparently never worked. Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
parent
6b1deedf15
commit
c4c5b8ba1d
@ -217,7 +217,7 @@ static int parse_options(int argc, char *argv[])
|
||||
{"help", no_argument, 0, 'h'},
|
||||
{"linear", no_argument, 0, 'l'},
|
||||
{"reverse", no_argument, 0, 'r'},
|
||||
{"sync", no_argument, 0, 'S'},
|
||||
{"sync", no_argument, 0, 's'},
|
||||
{"unique", no_argument, 0, 'u'},
|
||||
|
||||
{"config", required_argument, 0, OP_CONFIG},
|
||||
|
Loading…
Reference in New Issue
Block a user