--- portage-2.2.14_rc1/man/emerge.1 2014-09-24 18:35:45.000000000 -0400 +++ portage-2.2.14_rc1/man/emerge.1 2014-10-04 03:07:23.751711421 -0400 @@ -399,7 +399,7 @@ merging the packages. This comes with the caveat that all build-time dependencies must already be emerged on the system. .TP -.BR "\-\-changed\-use" +.BR "\-\-changed\-use " (\fB\-R\fR) Tells emerge to include installed packages where USE flags have changed since installation. This option also implies the \fB\-\-selective\fR option. Unlike \fB\-\-newuse\fR, the --- portage-2.2.14_rc1/pym/_emerge/main.py 2014-09-23 00:18:44.000000000 -0400 +++ portage-2.2.14_rc1/pym/_emerge/main.py 2014-10-04 03:05:53.230215439 -0400 @@ -66,7 +66,7 @@ "n":"--noreplace", "N":"--newuse", "o":"--onlydeps", "O":"--nodeps", "p":"--pretend", "P":"--prune", -"r":"--resume", +"r":"--resume", "R":"--changed-use", "s":"--search", "S":"--searchdesc", "t":"--tree", "u":"--update",