summaryrefslogtreecommitdiff
path: root/dh
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-04-25 16:31:02 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-04-25 16:31:02 -0400
commit4415a1b3d5adf1dc9ae9c9ef0e85e72d072c74eb (patch)
tree9e2954b32934b5a8d989b85508a4f890ddb11c6c /dh
parent91cff31c05aafa8f9f00c34279d1b499fc0acead (diff)
dh: Fix man page typos. Closes: #477933
Diffstat (limited to 'dh')
-rwxr-xr-xdh4
1 files changed, 2 insertions, 2 deletions
diff --git a/dh b/dh
index 7c1f71af..df5bccd8 100755
--- 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>