]> git.donarmstrong.com Git - debhelper.git/blobdiff - dh_listpackages
Updated French man page translation. Closes: #685560
[debhelper.git] / dh_listpackages
index 846fa547742daf149aa63ec2595531e993e5bfbe..109301b9f4c75e84c49623dc24b746ffc4f5a10d 100755 (executable)
@@ -11,23 +11,25 @@ use Debian::Debhelper::Dh_Lib;
 
 =head1 SYNOPSIS
 
-  dh_listpackages [debhelper options]
+B<dh_listpackages> [S<I<debhelper options>>]
 
 =head1 DESCRIPTION
 
-dh_listpackages is a debhelper program that outputs a list of all binary
+B<dh_listpackages> is a debhelper program that outputs a list of all binary
 packages debhelper commands will act on. If you pass it some options, it
 will change the list to match the packages other debhelper commands would
 act on if passed the same options.
 
 =cut
 
+$dh{BLOCK_NOOP_WARNINGS}=1;
 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.