]> git.saurik.com Git - apt.git/blobdiff - cmdline/apt-internal-solver.cc
call URIStart in cdrom and file method
[apt.git] / cmdline / apt-internal-solver.cc
index 4fabeb02fc683f5a3d70d1c477dc8b3f5f041c91..939061b9387f1d5220623fedc448c2b45ed6cd61 100644 (file)
@@ -44,8 +44,7 @@
 // ---------------------------------------------------------------------
 /* */
 static bool ShowHelp(CommandLine &) {
-       ioprintf(std::cout,_("%s %s for %s compiled on %s %s\n"),PACKAGE,PACKAGE_VERSION,
-                COMMON_ARCH,__DATE__,__TIME__);
+       ioprintf(std::cout, "%s %s (%s)\n", PACKAGE, PACKAGE_VERSION, COMMON_ARCH);
 
        std::cout <<
                _("Usage: apt-internal-solver\n"