|
|
@@ -559,7 +559,8 @@ control_path(const char *const *argv)
|
|
|
static void DPKG_ATTR_NORET
|
|
|
printversion(const struct cmdinfo *ci, const char *value)
|
|
|
{
|
|
|
- printf(_("Debian `%s' package management program query tool\n"), DPKGQUERY);
|
|
|
+ printf(_("Debian %s package management program query tool version %s.\n"),
|
|
|
+ DPKGQUERY, DPKG_VERSION_ARCH);
|
|
|
printf(_(
|
|
|
"This is free software; see the GNU General Public License version 2 or\n"
|
|
|
"later for copying conditions. There is NO warranty.\n"
|