summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Prévot <david@tilapin.org>2011-02-27 16:26:05 -0400
committerAntti-Juhani Kaijanaho <ajk@debian.org>2011-03-13 14:24:10 +0200
commit404555fb7444a1536579fe3e9d3c79d505f5ceec (patch)
tree67770f476345d4aee0530dd32ee1ea2c79e584fe
parentf104b00bb06ecff2b8bb7abef985ee0a6dbdbeaa (diff)
downloaddctrl-tools-404555fb7444a1536579fe3e9d3c79d505f5ceec.tar.gz
Fix example in manpage (closes: #589827)
-rw-r--r--man/grep-dctrl.1.cp3
1 files changed, 2 insertions, 1 deletions
diff --git a/man/grep-dctrl.1.cp b/man/grep-dctrl.1.cp
index 8dfb08f..9b24578 100644
--- a/man/grep-dctrl.1.cp
+++ b/man/grep-dctrl.1.cp
@@ -440,7 +440,8 @@ same line. For example, the following command outputs the list of
installed packages, sorted by their Installed\-Size.
.nf
% grep\-status \-FStatus \-sInstalled\-Size,Package \-n \\
- "install ok installed" | paste \-sd " \\n" | sort \-n
+ "install ok installed" -a -FInstalled-Size --gt 0 \\
+ | paste \-sd " \\n" | sort \-n
.fi
Note that there should be exactly 2 spaces in the " \\n" string.
.PP