Skip to content

Commit

Permalink
emerge: add -U option short for --changed-use
Browse files Browse the repository at this point in the history
X-Gentoo-Bug: 524426
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=524426
  • Loading branch information
Greg Kubaryk authored and zmedico committed Oct 20, 2014
1 parent 458c549 commit d55690a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions man/emerge.1
@@ -1,4 +1,4 @@
.TH "EMERGE" "1" "Sep 2014" "Portage VERSION" "Portage"
.TH "EMERGE" "1" "Oct 2014" "Portage VERSION" "Portage"
.SH "NAME"
emerge \- Command\-line interface to the Portage system
.SH "SYNOPSIS"
Expand Down Expand Up @@ -399,7 +399,7 @@ Creates binary packages for all ebuilds processed without actually
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\-U\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
Expand Down
2 changes: 1 addition & 1 deletion pym/_emerge/main.py
Expand Up @@ -69,7 +69,7 @@
"r":"--resume",
"s":"--search", "S":"--searchdesc",
"t":"--tree",
"u":"--update",
"u":"--update", "U":"--changed-use",
"V":"--version"
}

Expand Down

0 comments on commit d55690a

Please sign in to comment.