mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-19 02:50:05 +00:00
Update cheatsheets
This commit is contained in:
22
tldr/linux/fwupdtool
Normal file
22
tldr/linux/fwupdtool
Normal file
@@ -0,0 +1,22 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# fwupdtool
|
||||
|
||||
> Update device firmware manually or manipulate firmware files.
|
||||
> See also: `fwupdmgr`.
|
||||
> More information: <https://github.com/fwupd/fwupd/blob/main/src/fwupdtool.md>.
|
||||
|
||||
- Display all devices detected by `fwupd`:
|
||||
|
||||
`fwupdtool get-devices`
|
||||
|
||||
- Install firmware from a file:
|
||||
|
||||
`fwupdtool install {{path/to/firmware}}`
|
||||
|
||||
- Display help:
|
||||
|
||||
`fwupdtool {{[-h|--help]}}`
|
||||
Reference in New Issue
Block a user