rpm-ostree: add short options (#17531)

This commit is contained in:
Managor
2025-08-06 14:20:31 +00:00
committed by GitHub
parent 6a91fa1fc4
commit 89f919b72a
+3 -3
View File
@@ -14,12 +14,12 @@
- Prepare a new ostree deployment with upgraded packages and reboot into it:
`rpm-ostree upgrade --reboot`
`rpm-ostree upgrade {{[-r|--reboot]}}`
- Reboot into the previous ostree deployment:
`rpm-ostree rollback --reboot`
`rpm-ostree rollback {{[-r|--reboot]}}`
- Install a package into a new ostree deployment and reboot into it:
`rpm-ostree install {{package}} --reboot`
`rpm-ostree install {{package}} {{[-r|--reboot]}}`