summaryrefslogtreecommitdiff
path: root/dselect/main.cc
diff options
context:
space:
mode:
Diffstat (limited to 'dselect/main.cc')
-rw-r--r--dselect/main.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/dselect/main.cc b/dselect/main.cc
index 492d2bed7..831bfef91 100644
--- a/dselect/main.cc
+++ b/dselect/main.cc
@@ -154,12 +154,12 @@ static const char copyrightstring[]= N_(
"Copyright (C) 2000,2001 Wichert Akkerman.\n"
"This is free software; see the GNU General Public Licence version 2\n"
"or later for copying conditions. There is NO warranty. See\n"
- "%s --licence for copyright and license details.\n");
+ "dselect --licence for details.\n");
static void printversion(void) {
if (fprintf(stdout,gettext(programdesc),DSELECT) == EOF) werr("stdout");
if (fprintf(stdout,"\n") == EOF) werr("stdout");
- if (fprintf(stdout,gettext(copyrightstring), DPKG_VERSION_ARCH, DSELECT) == EOF) werr("stdout");
+ if (fprintf(stdout,gettext(copyrightstring), DPKG_VERSION_ARCH) == EOF) werr("stdout");
}
static void usage(void) {