mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 13:45:38 +00:00
virsh: Update description of lxc-enter-namespace
Mention that we run a command in that namespace
This commit is contained in:
parent
e20dd2a4fd
commit
e8f771176e
@ -9066,7 +9066,7 @@ static const vshCmdInfo info_lxc_enter_namespace[] = {
|
||||
.data = N_("LXC Guest Enter Namespace")
|
||||
},
|
||||
{.name = "desc",
|
||||
.data = N_("Run an arbitrary lxc guest enter namespace; use at your own risk")
|
||||
.data = N_("Run an arbitrary command in a lxc guest namespace; use at your own risk")
|
||||
},
|
||||
{.name = NULL}
|
||||
};
|
||||
@ -9080,7 +9080,7 @@ static const vshCmdOptDef opts_lxc_enter_namespace[] = {
|
||||
{.name = "cmd",
|
||||
.type = VSH_OT_ARGV,
|
||||
.flags = VSH_OFLAG_REQ,
|
||||
.help = N_("namespace")
|
||||
.help = N_("command to run")
|
||||
},
|
||||
{.name = NULL}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user