3 Dec
2020
3 Dec
'20
11:38 a.m.
On 27/11/20 1:45 am, Colin Woodbury wrote:
but "pacman -F" also takes file paths or regex as an argument, not just package names.
It does, yeah. In this case I was going off what `pacman -h` displays for `-F`, which is just `[packages]`. Should I update both `-h` and `-Fh`, or just the latter?
You will see my patch on the list changing this to str_file as that is (probably) the most common usage of -F. I adjust this patch to do the same and applied. Allan