diff options
-rw-r--r-- | debian/changelog | 1 | ||||
-rwxr-xr-x | scripts/dpkg-architecture.pl | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 10cf854e3..4528090a6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -17,6 +17,7 @@ dpkg (1.17.10) UNRELEASED; urgency=low * Add a workaround to start-stop-daemon for bogus OpenVZ Linux kernels that prepend, instead of appending, the " (deleted)" marker in /proc/PID/exe. Closes: #731530 + * Move dpkg-architecture -L argument to the Commands --help output section. [ Updated manpages translations ] * German (Helge Kreutzmann). diff --git a/scripts/dpkg-architecture.pl b/scripts/dpkg-architecture.pl index 823887276..247fe8252 100755 --- a/scripts/dpkg-architecture.pl +++ b/scripts/dpkg-architecture.pl @@ -49,11 +49,11 @@ sub usage { 'Options: -a<debian-arch> set current Debian architecture. -t<gnu-system> set current GNU system type. - -L list valid architectures. -f force flag (override variables set in environment).') . "\n\n" . _g( 'Commands: -l list variables (default). + -L list valid architectures. -e<debian-arch> compare with current Debian architecture. -i<arch-alias> check if current Debian architecture is <arch-alias>. -q<variable> prints only the value of <variable>. |