Copyedit the help text for aa-load

Signed-off-by: Ryan Lee <ryan.lee@canonical.com>
This commit is contained in:
Ryan Lee 2025-01-24 16:02:05 -08:00
parent dfb7abf2a6
commit 6592daff90

View file

@ -309,9 +309,8 @@ static int load_arg(char *arg)
static void print_usage(const char *command) static void print_usage(const char *command)
{ {
printf("Usage: %s [OPTIONS] (cache file|cache dir|cache base dir)]*\n" printf("Usage: %s [OPTIONS] (cache file|cache dir|cache base dir)+\n"
"Load Precompiled AppArmor policy from a cache location or \n" "Load precompiled AppArmor policy from cache location(s)\n\n"
"locations.\n\n"
"Options:\n" "Options:\n"
" -f, --force load policy even if abi does not match the kernel\n" " -f, --force load policy even if abi does not match the kernel\n"
" -d, --debug display debug messages\n" " -d, --debug display debug messages\n"