]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
virt-aa-helper: document --probing and --dry-run
authorGuido Günther <agx@sigxcpu.org>
Fri, 21 Aug 2015 10:29:25 +0000 (12:29 +0200)
committerGuido Günther <agx@sigxcpu.org>
Mon, 24 Aug 2015 11:00:39 +0000 (13:00 +0200)
src/security/virt-aa-helper.c

index 4ce1e7a20590f19b753d58e1d404467115aeeb20..178569ec6d12d3b04948bd856821f08e600c04f8 100644 (file)
@@ -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 <file>         add file to profile\n"
             "    -F | --append-file <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>             uuid (profile name)\n"
             "\n"), progname);