doc: update aa-log usage.

This commit is contained in:
Alexandre Pujol 2025-03-02 14:03:38 +01:00
parent 6c284435ae
commit 3f9fe25fd4
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
2 changed files with 8 additions and 7 deletions

View file

@ -15,15 +15,15 @@ import (
"github.com/roddhjav/apparmor.d/pkg/logs"
)
const usage = `aa-log [-h] [--systemd] [--file file] [--rules | --raw] [profile]
const usage = `aa-log [-h] [--systemd] [--file file] [--rules | --raw] [--since] [profile]
Review AppArmor generated messages in a colorful way. It supports logs from
auditd, systemd, syslog as well as dbus session events.
It can be given an optional profile name to filter the output with.
Default logs are read from '/var/log/audit/audit.log'. Other files in
'/var/log/audit/' can easily be checked: 'aa-log -f 1' parses 'audit.log.1'
Default logs are read from '/var/log/audit/audit.log'. Other files in
'/var/log/audit/' can easily be checked: 'aa-log -f 1' parses 'audit.log.1'
Options:
-h, --help Show this help message and exit.