virt-aa-helper: Make help output match option name

This commit is contained in:
Guido Günther 2016-07-22 12:09:09 +02:00 committed by John Ferlan
parent 6574a01a43
commit 0d55e0b24c

View File

@ -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"