]> git.saurik.com Git - apt.git/blobdiff - cmdline/apt-cache.cc
Use --add-location=file for po/ and doc/po
[apt.git] / cmdline / apt-cache.cc
index 1493b63dca318e55dbf8707c87d8d13e557463c4..2db25135070f6a36d393c2fde92f850aaec05d27 100644 (file)
@@ -312,13 +312,14 @@ static void ShowHashTableStats(std::string Type,
 /* */
 static bool Stats(CommandLine &CmdL)
 {
-   pkgCacheFile CacheFile;
-   pkgCache *Cache = CacheFile.GetPkgCache();
-
    if (CmdL.FileSize() > 1) {
       _error->Error(_("apt-cache stats does not take any arguments"));
       return false;
    }
+
+   pkgCacheFile CacheFile;
+   pkgCache *Cache = CacheFile.GetPkgCache();
+
    if (unlikely(Cache == NULL))
       return false;