wiki/info/landscape/operating-system-upgrade.md
... ...
@@ -28,7 +28,7 @@ Amazon Linux 2023 uses ``dnf`` as its package manager. An operating system upgra
28 28
```
29 29
dnf --releasever=latest upgrade
30 30
```
31
-This will upgrade all packages installed as well as the kernel. When run interactively, upgrade requiring a reboot will be displayed in the update list in red color. For scripted use, consider the ``needs-restarting`` command, delivering an exit status of ``1`` if a reboot is required.
31
+This will upgrade all packages installed as well as the kernel. When run interactively, upgrade requiring a reboot will be displayed in the update list in red color. For scripted use, consider the ``needs-restarting -r`` command, delivering an exit status of ``1`` if a reboot is required.
32 32
33 33
#### Debian
34 34