mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-28 18:35:41 +02:00
kreadconfig5, az-upgrade, pi3topbm: fix typos (#17296)
This commit is contained in:
parent
2ead23f395
commit
c5ee8ea57f
3 changed files with 3 additions and 3 deletions
|
@ -14,4 +14,4 @@
|
|||
|
||||
- Upgrade Azure CLI and Extensions without prompting for confirmation:
|
||||
|
||||
`az version --all {{[-y|--yes]}}`
|
||||
`az upgrade --all {{[-y|--yes]}}`
|
||||
|
|
|
@ -6,4 +6,4 @@
|
|||
|
||||
- Convert an Atari Degas PI3 image to PBM image:
|
||||
|
||||
`pi1topbm {{path/to/atari_image.pi3}} > {{path/to/output_image.pbm}}`
|
||||
`pi3topbm {{path/to/atari_image.pi3}} > {{path/to/output_image.pbm}}`
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
- Read a key from a specific configuration file:
|
||||
|
||||
`kwriteconfig5 --file {{path/to/file}} --group {{group_name}} --key {{key_name}}`
|
||||
`kreadconfig5 --file {{path/to/file}} --group {{group_name}} --key {{key_name}}`
|
||||
|
||||
- Check if systemd is used to start the Plasma session:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue