[libvirt] [PATCH] virsh: Update description of lxc-enter-namespace

Mention that we run a command in that namespace --- tools/virsh-domain.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/virsh-domain.c b/tools/virsh-domain.c index d239ba8..62acecb 100644 --- a/tools/virsh-domain.c +++ b/tools/virsh-domain.c @@ -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} }; -- 2.6.4

On Wed, 2016-01-13 at 08:47 +0100, Guido Günther wrote:
Mention that we run a command in that namespace --- tools/virsh-domain.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tools/virsh-domain.c b/tools/virsh-domain.c index d239ba8..62acecb 100644 --- a/tools/virsh-domain.c +++ b/tools/virsh-domain.c @@ -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} };
ACK -- Cedric

On Wed, Jan 13, 2016 at 09:29:14AM +0100, Cedric Bosdonnat wrote:
On Wed, 2016-01-13 at 08:47 +0100, Guido Günther wrote:
Mention that we run a command in that namespace --- tools/virsh-domain.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tools/virsh-domain.c b/tools/virsh-domain.c index d239ba8..62acecb 100644 --- a/tools/virsh-domain.c +++ b/tools/virsh-domain.c @@ -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} };
ACK
Pushed. Thanks! -- Guido
participants (2)
-
Cedric Bosdonnat
-
Guido Günther