diff options
-rwxr-xr-x | bin/emerge | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/emerge b/bin/emerge index d549ad72e..49bc19bbd 100755 --- a/bin/emerge +++ b/bin/emerge @@ -2948,6 +2948,7 @@ if myaction in ["sync","metadata"] and (not "--help" in myopts): print red(" * ")+"that you update portage now, before any other packages are updated." print red(" * ")+"Please run 'emerge portage' and then update "+bold("ALL")+" of your" print red(" * ")+"configuration files." + print red(" * ")+"To update portage, run 'emerge portage'." print elif myaction=="regen": emergelog(" === regen") |