From: Qiang Huang Date: Mon, 3 Jun 2013 01:48:14 +0000 (+0800) Subject: lxc-destroy: fix the wrong help info of lxc-destroy X-Git-Tag: lxc-1.0.0.alpha1~1^2~167 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c1f6b67d9b842d9e5c293eea2ff19301ecc5596;p=thirdparty%2Flxc.git lxc-destroy: fix the wrong help info of lxc-destroy Changelog: jun 3: (Serge) trivial typo fix inline. Signed-off-by: Qiang Huang Signed-off-by: Serge Hallyn --- diff --git a/src/lxc/lxc_destroy.c b/src/lxc/lxc_destroy.c index 686b3038b..9a1b11fba 100644 --- a/src/lxc/lxc_destroy.c +++ b/src/lxc/lxc_destroy.c @@ -50,7 +50,7 @@ static struct lxc_arguments my_args = { .help = "\ --name=NAME [-f] [-P lxcpath]\n\ \n\ -lxc-stop stops a container with the identifier NAME\n\ +lxc-destroy destroys a container with the identifier NAME\n\ \n\ Options :\n\ -n, --name=NAME NAME for name of the container\n\