summaryrefslogtreecommitdiff
path: root/apt-private
diff options
context:
space:
mode:
Diffstat (limited to 'apt-private')
-rw-r--r--apt-private/private-install.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/apt-private/private-install.cc b/apt-private/private-install.cc
index f3f52dae9..c619aa45a 100644
--- a/apt-private/private-install.cc
+++ b/apt-private/private-install.cc
@@ -276,7 +276,7 @@ bool InstallPackages(CacheFile &Cache, APT::PackageVector &HeldBackPackages, boo
std::swap(NewHeldBackPackages, HeldBackPackages);
}
else
- return _error->Error(_("Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?"));
+ return _error->Error(_("Unable to fetch some archives, maybe run apt update or try with --fix-missing?"));
}
Fetcher.Shutdown();
if (_error->PendingError() == true)
@@ -546,7 +546,7 @@ bool InstallPackages(CacheFile &Cache, APT::PackageVector &HeldBackPackages, boo
}
if (Failed == true && _config->FindB("APT::Get::Fix-Missing",false) == false)
- return _error->Error(_("Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?"));
+ return _error->Error(_("Unable to fetch some archives, maybe run apt update or try with --fix-missing?"));
if (Transient == true && Failed == true)
return _error->Error(_("--fix-missing and media swapping is not currently supported"));