[libvirt] [PATCH 1/3 trivial] fix typo in virt-aa-helper helptext

Serge Hallyn serge.hallyn at ubuntu.com
Fri Mar 11 19:59:52 UTC 2016


it's --dryrun not --dry-run

Signed-off-by: Serge Hallyn <serge.hallyn at ubuntu.com>
---
 src/security/virt-aa-helper.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/security/virt-aa-helper.c b/src/security/virt-aa-helper.c
index a2d7226..b466626 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 <file>         add file to profile\n"
             "    -F | --append-file <file>      append file to profile\n"
-- 
2.7.0




More information about the libvir-list mailing list