2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-08-30 22:05:27 +00:00

Blarg, we actually documented --complain as --Complain, which of course

doesn't work. Making the parser match the documentation, though either
form should still work.

(Based on a secondary element of https://bugs.launchpad.net/bugs/341205)
This commit is contained in:
Steve Beattie
2009-03-12 15:21:46 +00:00
parent 01519b3ae0
commit 087182be9a

View File

@@ -88,6 +88,7 @@ struct option long_options[] = {
{"version", 0, 0, 'v'},
{"preprocess", 0, 0, 'p'},
{"complain", 0, 0, 'C'},
{"Complain", 0, 0, 'C'}, /* Erk, apparently documented as --Complain */
{"dump-variables", 0, 0, 'D'},
{"dump-expanded-variables", 0, 0, 'E'},
{"Include", 1, 0, 'I'},