massfile: One more minus sign to escape in man page.

This commit is contained in:
Andrew Starr-Bochicchio 2010-06-29 10:20:02 -04:00
parent ccc59ee0d7
commit 54f47409c0

View File

@ -24,7 +24,7 @@ Templates for both files can be found in /usr/share/doc/ubuntu-dev-tools/example
.
LC_ALL=C apt-cache \-i unmet | grep ^Package | cut \-d' ' \-f2 | grep
\-v dbgsym | sort \-u | xargs apt-cache showsrc | grep ^Directory |
sed 's/Package\:\ //g' | grep verse | cut -d'/' \-f4
sed 's/Package\:\ //g' | grep verse | cut \-d'/' \-f4
indicates that the source package $pack has binary packages that are
not installable (on AMD64) at the moment.
.