mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01:00
choco-outdated: add German translation
This commit is contained in:
parent
f5f30886f3
commit
88eda2b52c
1 changed files with 20 additions and 0 deletions
20
pages.de/windows/choco-outdated.md
Normal file
20
pages.de/windows/choco-outdated.md
Normal file
|
@ -0,0 +1,20 @@
|
|||
# choco outdated
|
||||
|
||||
> Überprüfe mit Chocolatey, ob Pakete veraltet sind.
|
||||
> Mehr Informationen: <https://chocolatey.org/docs/commands-outdated>.
|
||||
|
||||
- Zeige eine Liste von veralteten Paketen im Tabellen-Format:
|
||||
|
||||
`choco outdated`
|
||||
|
||||
- Ignoriere angeheftete Pakete in der Ausgabe:
|
||||
|
||||
`choco outdated --ignore-pinned`
|
||||
|
||||
- Gib eine eigene Quelle an, mit der die Aktualität der Pakete überprüft wird:
|
||||
|
||||
`choco outdated --source {{source_url|alias}}`
|
||||
|
||||
- Gib einen Benutzernamen und ein Passwort für die Authentifizierung an:
|
||||
|
||||
`choco outdated --user {{benutzername}} --password {{passwort}}`
|
Loading…
Add table
Reference in a new issue