summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
Diffstat (limited to 'main')
-rw-r--r--main/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/main.c b/main/main.c
index c1148f923..acff3685b 100644
--- a/main/main.c
+++ b/main/main.c
@@ -41,7 +41,7 @@
#include "main.h"
static void printversion(void) {
- if (fputs(_("Debian Linux `"), stdout) < 0) werr("stdout");
+ if (fputs(_("Debian GNU/Linux `"), stdout) < 0) werr("stdout");
if (fputs(DPKG, stdout) < 0) werr("stdout");
if (fputs(_("' package management program version "), stdout) < 0) werr("stdout");
if (fputs( DPKG_VERSION_ARCH ".\n", stdout) < 0) werr("stdout");