1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-03-28 21:16:20 +01:00

choco-info: add German translation

This commit is contained in:
LukBukkit 2020-10-12 18:36:07 +02:00 committed by Starbeamrainbowlabs
parent 08c70201d7
commit 233995eeae

View file

@ -0,0 +1,20 @@
# choco info
> Zeige ausführliche Informationen über ein Chocolatey-Paket an.
> Mehr Informationen: <https://chocolatey.org/docs/commands-info>.
- Zeige Informationen über ein bestimmtes Paket an:
`choco info {{paket}}`
- Zeige Informationen über ein bestimmtes lokales Paket an:
`choco info {{paket}} --local-only`
- Gib eine eigene Quelle an, von der Paket-Informationen abgerufen werden:
`choco info {{paket}} --source {{quell_url|alias}}`
- Gib einen Benutzernamen und ein Passwort für die Authentifizierung an:
`choco info {{paket}} --user {{benutzername}} --password {{passwort}}`