]> git.donarmstrong.com Git - debhelper.git/commitdiff
reorder
authorJoey Hess <joey@kodama.kitenet.net>
Thu, 24 Apr 2008 07:54:53 +0000 (03:54 -0400)
committerJoey Hess <joey@kodama.kitenet.net>
Thu, 24 Apr 2008 07:54:53 +0000 (03:54 -0400)
dh

diff --git a/dh b/dh
index 2c36c95563e842d15762fdb6334937c740e93a49..0af691167395f14a2bcc2075675b2f92135cb924 100755 (executable)
--- a/dh
+++ b/dh
@@ -24,10 +24,6 @@ they only work on binary independent packages, and commands in the
 binary-arch sequences are passed the "-a" option to ensure they only work
 on architecture dependent packages.
 
-Options passed to dh are passed on to each command it runs. This can be
-used to set an option like "-v" or "-X" or "-N", as well as for more
-specialised options.
-
 Each debhelper command will record when it's successfully run in
 debian/package.debhelper.log. (Which dh_clean deletes.) So dh can tell
 which commands have already been run, for which packages, and skip running
@@ -58,6 +54,12 @@ Run commands in the sequence that come after I<cmd>.
 
 Run all commands in the sequence that have yet to be run.
 
+=back
+
+All other options passed to dh are passed on to each command it runs. This
+can be used to set an option like "-v" or "-X" or "-N", as well as for more
+specialised options.
+
 =head1 COMMAND SPECIFICATION
 
 I<cmd> can be a full name of a debhelper command, or a substring. It'll first