tazpkg diff doc/tazpkg.en.html @ rev 866

Module "get": fix reinstall (thanks Lucas Levrel); "get", "install": fix installing of blocked packages; add "list-cache" command
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Nov 19 04:07:05 2015 +0200 (2015-11-19)
parents 8e696ea00167
children 1c61f2488440
line diff
     1.1 --- a/doc/tazpkg.en.html	Mon Oct 19 08:24:32 2015 +0100
     1.2 +++ b/doc/tazpkg.en.html	Thu Nov 19 04:07:05 2015 +0200
     1.3 @@ -253,6 +253,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 @@ -395,6 +397,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>