mirror of https://github.com/xqemu/xqemu.git
chardev: Indent list of chardevs
Following the example of qemu_opts_print_help(), indent all entries in the list of character devices. Signed-off-by: Max Reitz <mreitz@redhat.com> Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
This commit is contained in:
parent
638987127d
commit
8513ec28be
|
@ -572,7 +572,7 @@ help_string_append(const char *name, void *opaque)
|
||||||
{
|
{
|
||||||
GString *str = opaque;
|
GString *str = opaque;
|
||||||
|
|
||||||
g_string_append_printf(str, "\n%s", name);
|
g_string_append_printf(str, "\n %s", name);
|
||||||
}
|
}
|
||||||
|
|
||||||
static const char *chardev_alias_translate(const char *name)
|
static const char *chardev_alias_translate(const char *name)
|
||||||
|
|
Loading…
Reference in New Issue