mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 00:14:44 +01:00
Copyedit the help text for aa-load
Signed-off-by: Ryan Lee <ryan.lee@canonical.com>
This commit is contained in:
parent
dfb7abf2a6
commit
6592daff90
1 changed files with 2 additions and 3 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue