2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-08-31 14:25:52 +00:00

Fix --create-cache-dire typo in apparmor_parser --help output.

Acked-by: Tyler Hicks <tyhicks@canonical.com>
This commit is contained in:
Seth Arnold
2014-02-14 15:28:46 -08:00
parent 3c7f5f5feb
commit 692e1b29e6

View File

@@ -160,7 +160,7 @@ static void display_usage(char *command)
"-W, --write-cache Save cached profile (force with -T)\n" "-W, --write-cache Save cached profile (force with -T)\n"
" --skip-bad-cache Don't clear cache if out of sync\n" " --skip-bad-cache Don't clear cache if out of sync\n"
" --purge-cache Clear cache regardless of its state\n" " --purge-cache Clear cache regardless of its state\n"
" --create-cache-dire Create the cache dir if missing\n" " --create-cache-dir Create the cache dir if missing\n"
"-L, --cache-loc n Set the location of the profile cache\n" "-L, --cache-loc n Set the location of the profile cache\n"
"-q, --quiet Don't emit warnings\n" "-q, --quiet Don't emit warnings\n"
"-v, --verbose Show profile names as they load\n" "-v, --verbose Show profile names as they load\n"