summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2014-05-11 05:28:43 +0200
committerGuillem Jover <guillem@debian.org>2014-05-17 09:45:50 +0200
commit93b30facbec3336e5a35f0825dd565650cc25a6e (patch)
tree3b037c2f17b84d0a3a82a1f6d4d78f7c5cbc1e5e
parentcdff05813bc4447012174b87033560d938384803 (diff)
downloaddpkg-93b30facbec3336e5a35f0825dd565650cc25a6e.tar.gz
dpkg-architecture: Move -L argument to the Commands --help output section
The -L argument is not an option, it's a full blown command.
-rw-r--r--debian/changelog1
-rwxr-xr-xscripts/dpkg-architecture.pl2
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>.