mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 13:45:38 +00:00
virsh: Format -V output properly
When displaying long version (virsh -V), the 'Virtuozzo Storage' substring lacks leading space and thus produces awful output. Signed-off-by: Michal Privoznik <mprivozn@redhat.com> Reviewed-by: Jiri Denemark <jdenemar@redhat.com>
This commit is contained in:
parent
1a9ff7846d
commit
5eae544022
@ -586,7 +586,7 @@ virshShowVersion(vshControl *ctl G_GNUC_UNUSED)
|
||||
vshPrint(ctl, " ZFS");
|
||||
#endif
|
||||
#ifdef WITH_STORAGE_VSTORAGE
|
||||
vshPrint(ctl, "Virtuozzo Storage");
|
||||
vshPrint(ctl, " Virtuozzo Storage");
|
||||
#endif
|
||||
vshPrint(ctl, "\n");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user