tazpkg diff doc/tazpkg.es.html @ rev 868
pkgs.cgi: show modified config files (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Nov 22 12:07:51 2015 +0100 (2015-11-22) |
parents | d6cbd0c5f273 |
children | 1c61f2488440 |
line diff
1.1 --- a/doc/tazpkg.es.html Mon Oct 05 03:53:47 2015 +0300 1.2 +++ b/doc/tazpkg.es.html Sun Nov 22 12:07:51 2015 +0100 1.3 @@ -260,6 +260,8 @@ 1.4 <li><a href="#activity">activity</a>: show TazPkg activity log</li> 1.5 <li><a href="#clean-cache">clean-cache</a>: clean all packages downloaded in cache 1.6 directory</li> 1.7 + <li><a href="#list-cache">list-cache</a>: list all packages downloaded in cache 1.8 + directory</li> 1.9 <li><a href="#shell">shell</a>: run interactive TazPkg shell</li> 1.10 </ul> 1.11 </article> 1.12 @@ -405,6 +407,17 @@ 1.13 </article> 1.14 1.15 1.16 +<article id="list-cache"><h3>list-cache</h3> 1.17 + 1.18 +<p>List *.tazpkg packages downloaded to the cache. Displays a list of file names and their sizes, 1.19 +as well as the total amount and size.</p> 1.20 + 1.21 +<pre> 1.22 +# tazpkg list-cache 1.23 +</pre> 1.24 +</article> 1.25 + 1.26 + 1.27 <article id="shell"><h3>shell</h3> 1.28 1.29 <p>Run interactive TazPkg shell. Here you can enter all the TazPkg commands listed above.</p>