From 5b293381132543a8ad4ada030e3f0e6c9605569a Mon Sep 17 00:00:00 2001 From: Gelato69 <92609502+Gelato69@users.noreply.github.com> Date: Sat, 16 Oct 2021 00:29:45 +0200 Subject: [PATCH] Update README.md Use -u option to journalctl command to show noisy logs specifically instead of -n --- examples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/README.md b/examples/README.md index c3cdb7e..d6c94bf 100644 --- a/examples/README.md +++ b/examples/README.md @@ -25,5 +25,5 @@ $ sudo systemctl enable noisy && sudo systemctl start noisy You can view the script's output by running: ``` -$ journalctl -f -n noisy +$ journalctl -f -u noisy ```