From fd72b3bcb68e96e1c4f76ad707bd893767b03d53 Mon Sep 17 00:00:00 2001 From: Wichert Akkerman Date: Mon, 25 Oct 1999 00:29:57 +0000 Subject: [PATCH] Correct message for invalid parameter in dselect --- ChangeLog | 5 +++++ dselect/main.cc | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 65e6f304..44a77b6f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Mon Oct 25 02:27:49 CEST 1999 Wichert Akkerman + + * 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 * debian/control: added dpkg-doc diff --git a/dselect/main.cc b/dselect/main.cc index 84ae6f38..3522e7dd 100644 --- a/dselect/main.cc +++ b/dselect/main.cc @@ -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; -- 2.39.5