diff --git a/README.md b/README.md index f97568f..5eb2dc1 100644 --- a/README.md +++ b/README.md @@ -180,7 +180,7 @@ See If you enabled the systemd.timer, the `--check` option is automatically launched at boot and then once every hour. If you want to change that cycle, you can edit the `/usr/lib/systemd/user/arch-update.timer` file (or `/etc/systemd/user/arch-update.timer` if you installed `arch-update` [from source](#from-source)) and modify the `OnUnitActiveSec` value. -The timer needs to be re-enabled to apply changes, you can do so by typing the following command: +The timer needs to be re-enabled to apply changes, you can do so by running the following command: ```bash systemctl --user enable --now arch-update.timer diff --git a/doc/man/arch-update.1 b/doc/man/arch-update.1 index d0807c7..2263868 100755 --- a/doc/man/arch-update.1 +++ b/doc/man/arch-update.1 @@ -114,7 +114,7 @@ See https://wiki.archlinux.org/title/Desktop_notifications .br .RB "If you want to change that cycle, you can edit the " "/usr/lib/systemd/user/arch-update.timer " "(or "/etc/systemd/user/arch-update.timer " if you installed arch-update from source) file and modify the " "OnUnitActiveSec " "value" .br -The timer needs to be re-enabled to apply changes, you can do so by launching the following command: +The timer needs to be re-enabled to apply changes, you can do so by running the following command: .br .B systemctl --user enable --now arch-update.timer .br