]> git.donarmstrong.com Git - debhelper.git/blobdiff - dh
dh: Fix man page typos. Closes: #477933
[debhelper.git] / dh
diff --git a/dh b/dh
index 7c1f71af3d53f6b8661d3fea190c108aed4f2cfe..df5bccd84c07a62c6c02855a2ba1d6e8a639d2e7 100755 (executable)
--- a/dh
+++ b/dh
@@ -11,7 +11,7 @@ use Debian::Debhelper::Dh_Lib;
 
 =head1 SYNOPSIS
 
-B<dh> sequence [B<--until> I<cmd>] [B<--before> I<cmd>] [B<--after> I<cmd>] [B<--remaining> [S<I<debhelper options>>]
+B<dh> sequence [B<--until> I<cmd>] [B<--before> I<cmd>] [B<--after> I<cmd>] [B<--remaining>] [S<I<debhelper options>>]
 
 =head1 DESCRIPTION
 
@@ -105,7 +105,7 @@ commands work with no additional options.
 
        #!/usr/bin/make -f
        %:
-               dh %@
+               dh $@
 
 This is a simple rules file that is a good starting place for customisation.
 (It's also available in F</usr/share/doc/debhelper/examples/rules.simple>