From: Michał Górny Date: Fri, 30 Nov 2012 09:11:45 +0000 (+0100) Subject: Add --oneshot to the portage update suggestion. X-Git-Tag: v2.2.0_alpha144~4 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=3fce988f670ef2f7c9af677ceb3fbc0f56723bb0;p=portage.git Add --oneshot to the portage update suggestion. Most users probably have it in the @world already but I don't think everybody needs it there explicitly. --- diff --git a/pym/_emerge/actions.py b/pym/_emerge/actions.py index b64614e1d..e5d413248 100644 --- a/pym/_emerge/actions.py +++ b/pym/_emerge/actions.py @@ -2592,7 +2592,7 @@ def action_sync(settings, trees, mtimedb, myopts, myaction): print(warn(" * ")+bold("An update to portage is available.")+" It is _highly_ recommended") print(warn(" * ")+"that you update portage now, before any other packages are updated.") print() - print(warn(" * ")+"To update portage, run 'emerge portage' now.") + print(warn(" * ")+"To update portage, run 'emerge --oneshot portage' now.") print() display_news_notification(root_config, myopts)