mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
systemctl-revert: add Spanish translation (#20866)
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
# systemctl revert
|
||||
|
||||
> Restaura los archivos de unidad a sus versiones de origen.
|
||||
> Deshace los efectos de `edit`, `enable`, `disable`, `set-property` y `mask`.
|
||||
> Más información: <https://www.freedesktop.org/software/systemd/man/latest/systemctl.html#revert%20UNIT%E2%80%A6>.
|
||||
|
||||
- Restaura los archivos de unidad a su configuración predeterminada:
|
||||
|
||||
`systemctl revert {{unidad1 unidad2 ...}}`
|
||||
|
||||
- Restaura un archivo de unidad de usuario:
|
||||
|
||||
`systemctl revert {{unidad}} --user`
|
||||
Reference in New Issue
Block a user