Browse Source

choco-outdated: add French translation (#11124)

* choco-outdated: add French translation

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Dev7g 1 year ago
parent
commit
5b4a496e01
1 changed files with 20 additions and 0 deletions
  1. 20 0
      pages.fr/windows/choco-outdated.md

+ 20 - 0
pages.fr/windows/choco-outdated.md

@@ -0,0 +1,20 @@
+# choco outdated
+
+> Vérifiez les packages obsolètes avec Chocolatey.
+> Plus d'information: <https://chocolatey.org/docs/commands-outdated>.
+
+- Afficher une liste des packages obsolètes sous forme de tableau :
+
+`choco outdated`
+
+- Ignorer les packages épinglés dans la sortie :
+
+`choco outdated --ignore-pinned`
+
+- Spécifiez une source personnalisée à partir de laquelle vérifier les packages :
+
+`choco outdated --source {{source_url|alias}}`
+
+- Fournir un nom d'utilisateur et un mot de passe pour l'authentification :
+
+`choco outdated --user {{nom_d_utilisateur}} --password {{mot_de_passe}}}`