diff --git a/man/log.md b/man/log.md index 899a059..de5efef 100644 --- a/man/log.md +++ b/man/log.md @@ -9,5 +9,5 @@ from the past 12 hours. check the man page for more information: `man log` you can do things like ``--last 2d` for days and so on. ``` -log show --last 12h --style syslog | fgrep "[powerd:sleepWake]" +log show --last 12h --style syslog | fgrep "powerd:sleepWake]" ```