fix example description

'-b -1' shows the messages from the previous boot.
This commit is contained in:
Felix Koch 2025-04-21 15:06:52 +00:00 committed by pbokoc
parent 6ae901ea66
commit 7882e976f6

View file

@ -49,7 +49,7 @@ $ journalctl /dev/sda
$ journalctl -b
----
* To view kernel logs for the current boot, you can add the `-k` option:
* To view kernel logs for the previous boot, you can add the `-k` option:
----
$ journalctl -k -b -1
----