From: Po-Hsu Lin Date: Wed, 19 Oct 2022 03:59:34 +0000 (+0800) Subject: tools: lxc-destroy: update help message for --force X-Git-Tag: v6.0.0~90^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8480c56a4502df3cb13c5a66fb50adfca88ebd21;p=thirdparty%2Flxc.git tools: lxc-destroy: update help message for --force Looks like the --force is a flag to stop a running container before destroying it. Update the help message accordingly. Signed-off-by: Po-Hsu Lin --- diff --git a/src/lxc/tools/lxc_destroy.c b/src/lxc/tools/lxc_destroy.c index e0fb09c57..fd5cab801 100644 --- a/src/lxc/tools/lxc_destroy.c +++ b/src/lxc/tools/lxc_destroy.c @@ -38,7 +38,7 @@ lxc-destroy destroys a container with the identifier NAME\n\ Options :\n\ -n, --name=NAME NAME of the container\n\ -s, --snapshots destroy including all snapshots\n\ - -f, --force wait for the container to shut down\n\ + -f, --force stop and destroy the container if it's still running\n\ --rcfile=FILE Load configuration file FILE\n", .options = my_longopts, .parser = my_parser,