From: Guido Günther Date: Fri, 22 Jul 2016 10:09:09 +0000 (+0200) Subject: virt-aa-helper: Make help output match option name X-Git-Tag: v2.1.0-rc1~62 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d55e0b24cae70391b3f277226a5903f8f88cd37;p=thirdparty%2Flibvirt.git virt-aa-helper: Make help output match option name --- diff --git a/src/security/virt-aa-helper.c b/src/security/virt-aa-helper.c index bdead57beb..49e12b9025 100644 --- a/src/security/virt-aa-helper.c +++ b/src/security/virt-aa-helper.c @@ -107,7 +107,7 @@ vah_usage(void) " Options:\n" " -a | --add load profile\n" " -c | --create create profile from template\n" - " -d | --dry-run dry run\n" + " -d | --dryrun 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"