tazpkg diff doc/tazpkg.pt.html @ rev 947

modules/get: get_pkg_cookmode(): file may be absent.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Jun 05 22:36:04 2017 +0300 (2017-06-05)
parents d6cbd0c5f273
children 5ef96f1997c1
line diff
     1.1 --- a/doc/tazpkg.pt.html	Mon Oct 05 03:53:47 2015 +0300
     1.2 +++ b/doc/tazpkg.pt.html	Mon Jun 05 22:36:04 2017 +0300
     1.3 @@ -64,6 +64,8 @@
     1.4  	<li><a href="#activity">activity</a>: mostra o log de atividade do TazPkg</li>
     1.5  	<li><a href="#clean-cache">clean-cache</a>: limpa todos os pacotes baixados do diretório de
     1.6  		cache</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 @@ -208,6 +210,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>