summaryrefslogtreecommitdiff
path: root/dh_builddeb
diff options
context:
space:
mode:
Diffstat (limited to 'dh_builddeb')
-rwxr-xr-xdh_builddeb4
1 files changed, 2 insertions, 2 deletions
diff --git a/dh_builddeb b/dh_builddeb
index 07029c07..04b40f84 100755
--- a/dh_builddeb
+++ b/dh_builddeb
@@ -11,7 +11,7 @@ use Debian::Debhelper::Dh_Lib;
=head1 SYNOPSIS
-B<dh_builddeb> [S<I<debhelper options>>] [B<--destdir=>I<directory>] [B<--name=>I<filename>] [S<B<--> I<params>>]
+B<dh_builddeb> [S<I<debhelper options>>] [B<--destdir=>I<directory>] [B<--filename=>I<name>] [S<B<--> I<params>>]
=head1 DESCRIPTION
@@ -27,7 +27,7 @@ packages.
Use this if you want the generated .deb files to be put in a directory
other than the default of ".."
-=item B<--name=>I<filename>
+=item B<--filename=>I<name>
Use this if you want to force the generated .deb file to have a particular
file name. Does not work well if more than one .deb is generated!