Skip to content
Snippets Groups Projects
Commit 50e34b45 authored by Tyler Hicks's avatar Tyler Hicks
Browse files

parser: Fix minor typo in usage


Correct the long option used to print the cache directory.

Fixes: e9d9395f ("parser: Add option to print the cache directory")
Signed-off-by: default avatarTyler Hicks <tyhicks@canonical.com>
parent db1f3918
No related branches found
No related tags found
No related merge requests found
......@@ -206,7 +206,7 @@ static void display_usage(const char *command)
" --skip-bad-cache Don't clear cache if out of sync\n"
" --purge-cache Clear cache regardless of its state\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"
"-q, --quiet Don't emit warnings\n"
"-v, --verbose Show profile names as they load\n"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment