diff --git a/parser/apparmor_parser.pod b/parser/apparmor_parser.pod index af2a750d4..34e05527b 100644 --- a/parser/apparmor_parser.pod +++ b/parser/apparmor_parser.pod @@ -355,7 +355,7 @@ This option tells the parser to not attempt to rebuild the cache on failure, instead the parser continues on with processing the remaining profiles. -=item --confile-file +=item --config-file Specify the config file to use instead of /etc/apparmor/parser.conf. This option must be the first option diff --git a/parser/parser_main.c b/parser/parser_main.c index 37d27daa9..8af5a1813 100644 --- a/parser/parser_main.c +++ b/parser/parser_main.c @@ -159,7 +159,7 @@ struct option long_options[] = { {"jobs", 1, 0, 'j'}, {"max-jobs", 1, 0, 136}, /* no short option */ {"print-cache-dir", 0, 0, 137}, /* no short option */ - {"config-file", 1, 0, 139}, /* early option */ + {"config-file", 1, 0, 139}, /* early option, no short option */ {"print-config-file", 0, 0, 140}, /* no short option */ {NULL, 0, 0, 0}, };