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:
parent
c57476d8ff
commit
5b4a496e01
1 changed files with 20 additions and 0 deletions
20
pages.fr/windows/choco-outdated.md
Normal file
20
pages.fr/windows/choco-outdated.md
Normal 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}}}`
|
Loading…
Add table
Reference in a new issue