From 6592daff902f02ed03bd7944c741311b38d1d5b4 Mon Sep 17 00:00:00 2001 From: Ryan Lee Date: Fri, 24 Jan 2025 16:02:05 -0800 Subject: [PATCH] Copyedit the help text for aa-load Signed-off-by: Ryan Lee --- binutils/aa_load.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/binutils/aa_load.c b/binutils/aa_load.c index d765c419b..6133e899a 100644 --- a/binutils/aa_load.c +++ b/binutils/aa_load.c @@ -309,9 +309,8 @@ static int load_arg(char *arg) static void print_usage(const char *command) { - printf("Usage: %s [OPTIONS] (cache file|cache dir|cache base dir)]*\n" - "Load Precompiled AppArmor policy from a cache location or \n" - "locations.\n\n" + printf("Usage: %s [OPTIONS] (cache file|cache dir|cache base dir)+\n" + "Load precompiled AppArmor policy from cache location(s)\n\n" "Options:\n" " -f, --force load policy even if abi does not match the kernel\n" " -d, --debug display debug messages\n"