mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-22 18:17:09 +00:00
parser: Fix minor typo in usage
Correct the long option used to print the cache directory. Fixes: e9d9395f91cd ("parser: Add option to print the cache directory") Signed-off-by: Tyler Hicks <tyhicks@canonical.com>
This commit is contained in:
parent
db1f391844
commit
50e34b45c2
@ -206,7 +206,7 @@ static void display_usage(const char *command)
|
|||||||
" --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"
|
||||||
" --debug-cache Debug cache file checks\n"
|
" --debug-cache Debug cache file checks\n"
|
||||||
" --print-cache_dir Print the cache directory path\n"
|
" --print-cache-dir Print the cache directory path\n"
|
||||||
"-L, --cache-loc n Set the location of the profile caches\n"
|
"-L, --cache-loc n Set the location of the profile caches\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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user