wok-current diff tazpkg/stuff/tazpkg-doc-fr.patch @ rev 25685

Add checkspace / fetchall feature for tazpkg
author Stanislas Leduc <shann@slitaz.org>
date Thu Mar 14 20:28:39 2024 +0000 (3 months ago)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/tazpkg/stuff/tazpkg-doc-fr.patch	Thu Mar 14 20:28:39 2024 +0000
     1.3 @@ -0,0 +1,24 @@
     1.4 +--- a/doc/tazpkg.fr.html
     1.5 ++++ b/doc/tazpkg.fr.html
     1.6 +@@ -283,8 +283,7 @@
     1.7 +             denières actions de TazPkg</li>
     1.8 +           <li><a href="#clean-cache">clean-cache</a>&nbsp;: efface tous
     1.9 +             les paquets téléchargés dans le répertoire cache</li>
    1.10 +-          <li><a href="#list-cache">list-cache</a>: list all packages downloaded
    1.11 +-            in cache directory</li>
    1.12 ++          <li><a href="#list-cache">list-cache</a>: liste les paquets dans le répertoire cache</li>
    1.13 +           <li><a href="#shell">shell</a>&nbsp;: lancer le shell
    1.14 +             interactif de TazPkg</li>
    1.15 +         </ul>
    1.16 +@@ -447,8 +446,9 @@
    1.17 +       </article>
    1.18 + 
    1.19 +       <article id="list-cache"><h3>list-cache</h3>
    1.20 +-        <p>List *.tazpkg packages downloaded to the cache. Displays a list of
    1.21 +-          file names and their sizes, as well as the total amount and size.</p>
    1.22 ++        <p>Liste les paquets *.tazpkg téléchargés dans le cache. Affiche une liste
    1.23 ++          des noms de fichiers et leur taille, ainsi que le nombre de fichiers et la
    1.24 ++          taille totale de ceux-ci.</p>
    1.25 +         <pre>
    1.26 + # tazpkg list-cache
    1.27 + </pre>