From: Guido Günther Date: Fri, 21 Aug 2015 10:29:25 +0000 (+0200) Subject: virt-aa-helper: document --probing and --dry-run X-Git-Tag: v1.2.19-rc1~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=26c5fa3a9bd37624ddd1509daf7d6a84268f089e;p=thirdparty%2Flibvirt.git virt-aa-helper: document --probing and --dry-run --- diff --git a/src/security/virt-aa-helper.c b/src/security/virt-aa-helper.c index 4ce1e7a205..178569ec6d 100644 --- a/src/security/virt-aa-helper.c +++ b/src/security/virt-aa-helper.c @@ -107,12 +107,14 @@ vah_usage(void) " Options:\n" " -a | --add load profile\n" " -c | --create create profile from template\n" + " -d | --dry-run dry run\n" " -D | --delete unload and delete profile\n" " -f | --add-file add file to profile\n" " -F | --append-file append file to profile\n" " -r | --replace reload profile\n" " -R | --remove unload profile\n" " -h | --help this help\n" + " -p | --probing [0|1] allow disk format probing\n" " -u | --uuid uuid (profile name)\n" "\n"), progname);