]> git.donarmstrong.com Git - debhelper.git/commitdiff
dh: Use "architecture independent" rather than "binary independent" for consistency
authorRoger Leigh <rleigh@debian.org>
Sat, 27 Nov 2010 11:43:32 +0000 (11:43 +0000)
committerJoey Hess <joey@kitenet.net>
Sun, 5 Dec 2010 21:33:37 +0000 (17:33 -0400)
Signed-off-by: Roger Leigh <rleigh@debian.org>
dh

diff --git a/dh b/dh
index 0b07973ea1742a7085bb91a38897a3a875a94549..301ce5d2a7850de14c27c3c1ab02b895f30b728a 100755 (executable)
--- 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.