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 <po-hsu.lin@canonical.com>
This commit is contained in:
Po-Hsu Lin 2022-10-19 11:59:34 +08:00 committed by Stéphane Graber
parent 9165ff1edf
commit 77e08b8878
No known key found for this signature in database
GPG Key ID: C638974D64792D67

View File

@ -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,