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:
parent
08c70201d7
commit
233995eeae
1 changed files with 20 additions and 0 deletions
20
pages.de/windows/choco-info.md
Normal file
20
pages.de/windows/choco-info.md
Normal 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}}`
|
Loading…
Add table
Reference in a new issue