]> err.no Git - dpkg/commitdiff
Correct message for invalid parameter in dselect
authorWichert Akkerman <wakkerma@debian.org>
Mon, 25 Oct 1999 00:29:57 +0000 (00:29 +0000)
committerWichert Akkerman <wakkerma@debian.org>
Mon, 25 Oct 1999 00:29:57 +0000 (00:29 +0000)
ChangeLog
dselect/main.cc

index 65e6f3044ff0f2fca1460bde2f827155ff2e99a0..44a77b6f5344dda818069ecc4185e77ab7255281 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Mon Oct 25 02:27:49 CEST 1999 Wichert Akkerman <wakkerma@debian.org>
+
+  * dselect/main.cc: Fixup error message for invalid parameter to reflect
+    we are dselect, not dpkg
+
 Sun Oct 24 11:39:21 EDT 1999 Ben Collins <bcollins.debian.org>
 
   * debian/control: added dpkg-doc
index 84ae6f389fdc323b6304c140ab3db2c0b278e4f8..3522e7dd32560e4b0bc03903a1ffe31e50bdf0c5 100644 (file)
@@ -48,7 +48,7 @@ extern "C" {
 #include "pkglist.h"
 
 const char thisname[]= DSELECT;
-const char printforhelp[]= "Type " DPKG " --help for help.";
+const char printforhelp[]= "Type " DSELECT " --help for help.";
 
 modstatdb_rw readwrite;
 const char *admindir= ADMINDIR;