]> git.donarmstrong.com Git - debhelper.git/blobdiff - dh_listpackages
Fix typo in French translation, about debian/package.README.Debian files.
[debhelper.git] / dh_listpackages
index 846fa547742daf149aa63ec2595531e993e5bfbe..79b664bd71aaa065b85a825fb632095ac6ce7302 100755 (executable)
@@ -11,7 +11,7 @@ use Debian::Debhelper::Dh_Lib;
 
 =head1 SYNOPSIS
 
-  dh_listpackages [debhelper options]
+B<dh_listpackages> [S<I<debhelper options>>]
 
 =head1 DESCRIPTION
 
@@ -23,11 +23,12 @@ act on if passed the same options.
 =cut
 
 init();
+inhibit_log();
 print join("\n",@{$dh{DOPACKAGES}})."\n";
 
 =head1 SEE ALSO
 
-L<debhelper(1)>
+L<debhelper(7)>
 
 This program is a part of debhelper.