Error messages are exempt from the 80 columns rule. Move them
onto one line.
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
if (seclabel->imagelabel) {
virReportError(VIR_ERR_INTERNAL_ERROR, "%s",
- _("security image label already "
- "defined for VM"));
+ _("security image label already defined for VM"));
return rc;
}
" -F | --append-file <file> append file to an existing profile\n"
"\n"), progname);
- puts(_("This command is intended to be used by libvirtd "
- "and not used directly.\n"));
+ puts(_("This command is intended to be used by libvirtd and not used directly.\n"));
return;
}