]> xenbits.xensource.com Git - libvirt.git/commitdiff
virsh: Update description of lxc-enter-namespace
authorGuido Günther <agx@sigxcpu.org>
Wed, 13 Jan 2016 07:47:26 +0000 (08:47 +0100)
committerGuido Günther <agx@sigxcpu.org>
Wed, 13 Jan 2016 16:45:36 +0000 (17:45 +0100)
Mention that we run a command in that namespace

tools/virsh-domain.c

index d239ba82a3095e0a887fd74e707b3326ca595fde..62acecb17f1c8be2001de6eb3ddeca184b0a980f 100644 (file)
@@ -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}
 };