Kaydet (Commit) 45c27f03 authored tarafından Suleyman Poyraz's avatar Suleyman Poyraz

Fixed emup error.

When operating emup command it gives an error. It has been fixed.
üst 2ef74191
......@@ -46,7 +46,6 @@ You can also give the name of a component.
def options(self):
group = optparse.OptionGroup(self.parser, _("emergeup options"))
super(EmergeUp, self).add_options(group)
group.add_option("-c", "--component", action="store",
default=None, help=_("Emerge available packages under given component"))
group.add_option("--ignore-file-conflicts", action="store_true",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment