mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-03 11:55:05 +00:00
Update cheatsheets
This commit is contained in:
@@ -14,12 +14,12 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Display information for a local package only:
|
||||
|
||||
`choco info {{package}} --local-only`
|
||||
`choco info {{package}} {{[-l|--local-only]}}`
|
||||
|
||||
- Specify a custom source to receive packages information from:
|
||||
|
||||
`choco info {{package}} --source {{source_url|alias}}`
|
||||
`choco info {{package}} {{[-s|--source]}} {{source_url|alias}}`
|
||||
|
||||
- Provide a username and password for authentication:
|
||||
|
||||
`choco info {{package}} --user {{username}} --password {{password}}`
|
||||
`choco info {{package}} {{[-u|--user]}} {{username}} {{[-p|--password]}} {{password}}`
|
||||
|
||||
Reference in New Issue
Block a user