
4 Sep
2023
4 Sep
'23
8:41 a.m.
On Mon, Sep 04, 2023 at 10:31:47 +0200, Michal Privoznik wrote:
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).
It also makes sense because the formatting will make it look the way how it is actually formatted later. Reviewed-by: Peter Krempa <pkrempa@redhat.com>