diff options
author | Michael Vogt <mvo@debian.org> | 2013-11-25 16:35:02 +0100 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2013-11-25 16:35:02 +0100 |
commit | 500347df3c544b1633215477d485d43103732743 (patch) | |
tree | 9ac3a07630c2e89496e681e9c0184f5d6bad3933 /apt-private/private-output.h | |
parent | 61f954bff040809e7ab57b3adec2fe95339ffb94 (diff) |
do not show summary in "apt list"
Diffstat (limited to 'apt-private/private-output.h')
-rw-r--r-- | apt-private/private-output.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apt-private/private-output.h b/apt-private/private-output.h index 9283e39ab..c3c76bb92 100644 --- a/apt-private/private-output.h +++ b/apt-private/private-output.h @@ -24,7 +24,8 @@ extern unsigned int ScreenWidth; bool InitOutput(); void ListSingleVersion(pkgCacheFile &CacheFile, pkgRecords &records, - pkgCache::VerIterator V, std::ostream &out); + pkgCache::VerIterator V, std::ostream &out, + bool include_summary=true); |