]> git.saurik.com Git - apt.git/blobdiff - cmdline/apt-sortpkgs.cc
document deb822 style sources.list
[apt.git] / cmdline / apt-sortpkgs.cc
index 20ae14f2abf8e52e292a286f1eb066abec3d2c6b..46989044e6cb49088fbd745afbfda24c15972439 100644 (file)
@@ -144,7 +144,7 @@ bool DoIt(string InFile)
 /* */
 int ShowHelp()
 {
-   ioprintf(cout,_("%s %s for %s compiled on %s %s\n"),PACKAGE,VERSION,
+   ioprintf(cout,_("%s %s for %s compiled on %s %s\n"),PACKAGE,PACKAGE_VERSION,
            COMMON_ARCH,__DATE__,__TIME__);
    if (_config->FindB("version") == true)
       return 0;