From 6f06587b85d4245cdb3a76b82a6e082d0e31b06f Mon Sep 17 00:00:00 2001 From: Alexandre Pujol Date: Fri, 10 Mar 2023 10:32:03 +0000 Subject: [PATCH] fix(aa-log): update command usage. --- cmd/aa-log/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/aa-log/main.go b/cmd/aa-log/main.go index ea17baa1a..37fe6f26c 100644 --- a/cmd/aa-log/main.go +++ b/cmd/aa-log/main.go @@ -20,7 +20,7 @@ import ( "strings" ) -const usage = `aa-log [-h] [--systemd] [--dbus] [--file file] [profile] +const usage = `aa-log [-h] [--systemd] [--file file] [profile] Review AppArmor generated messages in a colorful way. Supports logs from auditd, systemd, syslog as well as dbus session events.