summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Leigh <rleigh@debian.org>2010-11-27 11:43:32 +0000
committerJoey Hess <joey@kitenet.net>2010-12-05 17:33:37 -0400
commit4c135498e0efc54d4dd332ec3d22c55107acaee0 (patch)
treeb5694c2165404f7a47e61228e9ee74b7d45590ac
parentf881e6908448707e8ec69fe1d3e2396996bb993f (diff)
dh: Use "architecture independent" rather than "binary independent" for consistency
Signed-off-by: Roger Leigh <rleigh@debian.org>
-rwxr-xr-xdh2
1 files changed, 1 insertions, 1 deletions
diff --git a/dh b/dh
index 0b07973e..301ce5d2 100755
--- a/dh
+++ b/dh
@@ -22,7 +22,7 @@ B<install>, B<binary-arch>, B<binary-indep>, and B<binary>.
Commands in the B<build-indep>, B<install-indep> and B<binary-indep>
sequences are passed the B<-i> option to ensure they only work on
-binary independent packages, and commands in the B<build-arch>,
+architecture independent packages, and commands in the B<build-arch>,
B<install-arch> and B<binary-arch> sequences are passed the B<-a>
option to ensure they only work on architecture dependent packages.