The following commit has been merged in the master branch:
commit fcfbce668169aecc332ffd0be9127dc8b9e0bd4e
Author: Guillem Jover <[email protected]>
Date: Sat Feb 5 05:24:43 2011 +0100
dpkg: Capitalize debug help output table titles
diff --git a/man/dpkg.1 b/man/dpkg.1
index 961ff12..1fcdd09 100644
--- a/man/dpkg.1
+++ b/man/dpkg.1
@@ -1,4 +1,4 @@
-.TH dpkg 1 "2010-11-05" "Debian Project" "dpkg suite"
+.TH dpkg 1 "2011-02-05" "Debian Project" "dpkg suite"
.SH NAME
dpkg \- package manager for Debian
.
@@ -339,7 +339,7 @@ values together from the list below (note that these values
may change
in future releases). \fB\-Dh\fP or \fB\-\-debug=help\fP display these
debugging values.
- number description
+ Number Description
1 Generally helpful progress information
2 Invocation and status of maintainer scripts
10 Output for each file processed
diff --git a/src/main.c b/src/main.c
index 4084266..fdf4bf0 100644
--- a/src/main.c
+++ b/src/main.c
@@ -255,7 +255,7 @@ static void setdebug(const struct cmdinfo *cpi, const char
*value) {
printf(_(
"%s debugging option, --debug=<octal> or -D<octal>:\n"
"\n"
-" number ref. in source description\n"), DPKG);
+" Number Ref. in source Description\n"), DPKG);
for (dip = debuginfos; dip->name; dip++)
printf(" %6o %-16s %s\n", dip->flag, dip->name, gettext(dip->desc));
--
dpkg's main repository
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]