chore: document build the enabled task.

This commit is contained in:
Alexandre Pujol 2024-10-04 16:14:40 +01:00
parent 18a71512a9
commit 4b5f7f2b52
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
3 changed files with 14 additions and 27 deletions

View file

@ -20,7 +20,7 @@ func init() {
RegisterTask(&Merge{
Base: prebuild.Base{
Keyword: "merge",
Msg: "Merge all profiles into a unified apparmor.d directory",
Msg: "Merge profiles (from group/, profiles-*-*/) to a unified apparmor.d directory",
},
})
}