1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00

choco-outdated: add French translation (#11124)

* choco-outdated: add French translation

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
Dev7g 2023-10-22 10:40:10 +05:30 committed by GitHub
parent c57476d8ff
commit 5b4a496e01
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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}}}`