Codebase list debian-goodies / a6d52ac
Add -H option to the manual page, thanks to 'aafuentes' for the patch (Closes: #724248) Javier Fernandez-Sanguino 10 years ago
2 changed file(s) with 17 addition(s) and 7 deletion(s). Raw diff Collapse all Expand all
00 debian-goodies (0.64) UNRELEASED; urgency=low
11
2 [ Axel Beckert ]
23 * Fix error in debget error message (Closes: #733466)
4
35 [ Javier Fernández-Sanguino ]
46 * [checkrestart]:
57 - Remove util-linux from the blacklist to have it report
1012 - Fix typo (use -> usr) in manpage (Closes: #737512)
1113 - Indicate that /tmp (or /var/tmp) are used for the temporary files,
1214 not /dev/shm anymore since 679457 was fixed (Closes: #737513)
15 * [dpigs]
16 - Add -H option to the manual page, thanks to 'aafuentes' for the patch
17 (Closes: #724248)
1318
1419 -- Axel Beckert <abe@debian.org> Sun, 29 Dec 2013 04:53:21 +0100
1520
77
88 =head1 DESCRIPTION
99
10 B<dpigs> sorts the installed packages by size and outputs the largest
10 B<dpigs> sorts the installed packages by size and outputs the largest
1111 ones. Per default dpigs displays the largest 10 packages. You can change
12 this value by using the B<-n> option (see L<"OPTIONS">). The information
12 this value by using the B<-n> option (see L<"OPTIONS">). The information
1313 is taken from the dpkg status file with grep-status(1).
1414
1515 =head1 OPTIONS
1616
1717 =over 4
18
19 =item B<-h>, B<--help>
20
21 Display some usage information and exit.
2218
2319 =item B<-n>, B<--lines>=I<N>
2420
3430 Display the largest source packages of binary packages installed on
3531 the system.
3632
37 =back
33 =item B<-H>, B<--human-readable>
34
35 Display package sizes in human-readable format (like ls -lh or du -h)
36
37 =item B<-h>, B<--help>
38
39 Display some usage information and exit.
40
41
42 =back
3843
3944 =head1 AUTHOR
4045