From 4c1f6b67d9b842d9e5c293eea2ff19301ecc5596 Mon Sep 17 00:00:00 2001 From: Qiang Huang Date: Mon, 3 Jun 2013 09:48:14 +0800 Subject: [PATCH] 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 --- src/lxc/lxc_destroy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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\ -- 2.47.2