summaryrefslogtreecommitdiff
path: root/cmdline/apt-cache.cc
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2019-01-22 10:54:07 +0000
committerJulian Andres Klode <jak@debian.org>2019-01-22 10:54:07 +0000
commit01c57d7235e9013a977646cbee73af43cbc1048b (patch)
tree20c6953585a1c55472b6bf73197dc0bf48b4d35e /cmdline/apt-cache.cc
parent1351fb372ae01453166682e8e12484b2e02c759b (diff)
parentbe7eb047e1202971f84bb4ac27e796d85bebdce9 (diff)
Merge branch 'pu/minimize-manual' into 'master'
apt-mark minimize-manual See merge request apt-team/apt!39
Diffstat (limited to 'cmdline/apt-cache.cc')
-rw-r--r--cmdline/apt-cache.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmdline/apt-cache.cc b/cmdline/apt-cache.cc
index f1b1e144d..3c0e477b1 100644
--- a/cmdline/apt-cache.cc
+++ b/cmdline/apt-cache.cc
@@ -182,7 +182,7 @@ static void ShowHashTableStats(std::string Type,
static bool Stats(CommandLine &CmdL)
{
if (CmdL.FileSize() > 1) {
- _error->Error(_("apt-cache stats does not take any arguments"));
+ _error->Error(_("%s does not take any arguments"), "apt-cache stats");
return false;
}