From: Guido Günther Date: Wed, 13 Jan 2016 07:47:26 +0000 (+0100) Subject: virsh: Update description of lxc-enter-namespace X-Git-Tag: v1.3.1-rc2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e8f771176e8ccc69a37882cc350ab34fcf869d2d;p=thirdparty%2Flibvirt.git virsh: Update description of lxc-enter-namespace Mention that we run a command in that namespace --- diff --git a/tools/virsh-domain.c b/tools/virsh-domain.c index d239ba82a3..62acecb17f 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} };