summaryrefslogtreecommitdiff
path: root/dselect
diff options
context:
space:
mode:
authorAdam Heath <doogie@debian.org>2002-06-02 04:26:46 +0000
committerAdam Heath <doogie@debian.org>2002-06-02 04:26:46 +0000
commit884a109e4b8b243d62781de6bf9beecf580213a5 (patch)
tree6d547a531dc8d28ac6eb4d36f0552c2fe6d5911c /dselect
parentf9e519d4c7dbca1c5dad587c950373ac71d1a0c5 (diff)
downloaddpkg-884a109e4b8b243d62781de6bf9beecf580213a5.tar.gz
Revert last modification. It'll be fixed properly for dpkg 1.11.
Diffstat (limited to 'dselect')
-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) {