summaryrefslogtreecommitdiff
path: root/dselect/main.cc
diff options
context:
space:
mode:
authorWichert Akkerman <wakkerma@debian.org>1999-10-25 00:29:57 +0000
committerWichert Akkerman <wakkerma@debian.org>1999-10-25 00:29:57 +0000
commitfd72b3bcb68e96e1c4f76ad707bd893767b03d53 (patch)
treeb1ee87a16b5795670e85af70ee1b95944c0b8b66 /dselect/main.cc
parentb3e2ea02064ede5b0b6e3a9818a2cda4aa7e2572 (diff)
downloaddpkg-fd72b3bcb68e96e1c4f76ad707bd893767b03d53.tar.gz
Correct message for invalid parameter in dselect
Diffstat (limited to 'dselect/main.cc')
-rw-r--r--dselect/main.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/dselect/main.cc b/dselect/main.cc
index 84ae6f389..3522e7dd3 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;