choco-info: add German translation
This commit is contained in:

committed by
Starbeamrainbowlabs

parent
08c70201d7
commit
233995eeae
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}}`
|
Reference in New Issue
Block a user