the -c flag for pacman has differing definitions based on the letter that comes before, but this tool only shows the first explanation (which applies to pacman -Qc) rather than the contextually correct one.
Observed behavior: pacman -Rc describes -c using the definition for --changelog, which only applies as an option for -Q.
Expected behavior: pacman -Rc describes -c using the definition for --cascade, which applies to -R.
https://manpages.ubuntu.com/manpages/resolute/man8/pacman.8.html
the
-cflag forpacmanhas differing definitions based on the letter that comes before, but this tool only shows the first explanation (which applies topacman -Qc) rather than the contextually correct one.Observed behavior:
pacman -Rcdescribes-cusing the definition for--changelog, which only applies as an option for-Q.Expected behavior:
pacman -Rcdescribes-cusing the definition for--cascade, which applies to-R.https://manpages.ubuntu.com/manpages/resolute/man8/pacman.8.html