From 3fce988f670ef2f7c9af677ceb3fbc0f56723bb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 30 Nov 2012 10:11:45 +0100 Subject: 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. --- pym/_emerge/actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3-1-g7c22