]> git.ipfire.org Git - thirdparty/libvirt.git/commit
tools: Reformat --help output of virsh and virt-admin
authorMichal Privoznik <mprivozn@redhat.com>
Mon, 28 Aug 2023 11:07:34 +0000 (13:07 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Mon, 4 Sep 2023 09:59:38 +0000 (11:59 +0200)
commit12012996994f33e48cb2437602f76716bdf9fac5
tree00a4d8bc965a16983d98edc6d81a09fe3d28112c
parentad8c4d9d6d09d51a9530ed84fcd2220713aab928
tools: Reformat --help output of virsh and virt-admin

The --help output of virsh and virt-admin shows supported options
and commands and as such contains new lines. Both these strings
are marked for translation btw. But the way they are formatted
now ('\n' being at the start of new line instead at the end of
the previous) makes it hard to create a syntax-check rule for
'translation message on one line' (next commit).

Reformat both strings a bit (no user visible change though).

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
tools/virsh.c
tools/virt-admin.c