mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-07 17:28:15 +00:00
virsh: fix indentation of info_managed_save_edit
Use four spaces instead of three. Signed-off-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
parent
e5794c542b
commit
912513ca7a
@ -4805,13 +4805,13 @@ cmdManagedSaveRemove(vshControl *ctl, const vshCmd *cmd)
|
|||||||
* "managedsave-edit" command
|
* "managedsave-edit" command
|
||||||
*/
|
*/
|
||||||
static const vshCmdInfo info_managed_save_edit[] = {
|
static const vshCmdInfo info_managed_save_edit[] = {
|
||||||
{.name = "help",
|
{.name = "help",
|
||||||
.data = N_("edit XML for a domain's managed save state file")
|
.data = N_("edit XML for a domain's managed save state file")
|
||||||
},
|
},
|
||||||
{.name = "desc",
|
{.name = "desc",
|
||||||
.data = N_("Edit the domain XML associated with the managed save state file")
|
.data = N_("Edit the domain XML associated with the managed save state file")
|
||||||
},
|
},
|
||||||
{.name = NULL}
|
{.name = NULL}
|
||||||
};
|
};
|
||||||
|
|
||||||
static const vshCmdOptDef opts_managed_save_edit[] = {
|
static const vshCmdOptDef opts_managed_save_edit[] = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user