]> git.saurik.com Git - apt.git/blobdiff - cmdline/apt-extracttemplates.cc
* merged with apt--mvo and corrected conflicts in po/
[apt.git] / cmdline / apt-extracttemplates.cc
index eecb7fe2f4003bf500e5e3f4e0c37cd0d25de3fb..c87b436ba65e85429f7eb6e8e374acabe6dcc476 100644 (file)
@@ -99,7 +99,7 @@ bool DebFile::Go()
        
        if (File.Seek(Member->Start) == false)
                return false;
-       ExtractTar Tar(File, Member->Size);
+       ExtractTar Tar(File, Member->Size,"gzip");
        return Tar.Go(*this);
 }
                                                                        /*}}}*/
@@ -238,7 +238,7 @@ int ShowHelp(void)
                "  -h   This help text\n"
                "  -t   Set the temp dir\n"
                "  -c=? Read this configuration file\n"
-               "  -o=? Set an arbitary configuration option, eg -o dir::cache=/tmp\n");
+               "  -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n");
        return 0;
 }
                                                                        /*}}}*/