mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2024-11-14 15:33:47 +01:00
fix(aa-log): add missing flag definition.
This commit is contained in:
parent
5603f26274
commit
a65ebc42b2
@ -92,6 +92,8 @@ func init() {
|
||||
flag.BoolVar(&rules, "rules", false, "Convert the log into AppArmor rules.")
|
||||
flag.BoolVar(&raw, "R", false, "Print the raw log without any formatting.")
|
||||
flag.BoolVar(&raw, "raw", false, "Print the raw log without any formatting.")
|
||||
flag.StringVar(&since, "S", "", "Display logs since the START time.")
|
||||
flag.StringVar(&since, "since", "", "Display logs since the START time.")
|
||||
}
|
||||
|
||||
func main() {
|
||||
|
Loading…
Reference in New Issue
Block a user