summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2014-09-14 13:19:44 +0200
committerGuillem Jover <guillem@debian.org>2014-10-06 00:27:21 +0200
commit9c81361552de98c234c75fc6c26928e3eae7983e (patch)
treedc12b150532139139fe18a8d73b54be4cd1236c7 /scripts
parentf29ed62d0c340869752c61d55a2df74159c31625 (diff)
downloaddpkg-9c81361552de98c234c75fc6c26928e3eae7983e.tar.gz
dpkg-architecture: Clarify that -a, -t, -e and -i work with the host system
Stating that these handle the “current” architecture makes no sense, and it's not more clear. Just say clearly what they work with.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/dpkg-architecture.pl8
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/dpkg-architecture.pl b/scripts/dpkg-architecture.pl
index 4b03fca7e..2c186caf7 100755
--- a/scripts/dpkg-architecture.pl
+++ b/scripts/dpkg-architecture.pl
@@ -47,8 +47,8 @@ sub usage {
'Usage: %s [<option>...] [<command>]')
. "\n\n" . _g(
'Options:
- -a<debian-arch> set current Debian architecture.
- -t<gnu-system> set current GNU system type.
+ -a<debian-arch> set host Debian architecture.
+ -t<gnu-system> set host GNU system type.
-A<debian-arch> set target Debian architecture.
-T<gnu-system> set target GNU system type.
-f force flag (override variables set in environment).')
@@ -56,8 +56,8 @@ sub usage {
'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>.
+ -e<debian-arch> compare with host Debian architecture.
+ -i<arch-alias> check if host Debian architecture is <arch-alias>.
-q<variable> prints only the value of <variable>.
-s print command to set environment variables.
-u print command to unset environment variables.