mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-17 22:05:27 +00:00
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:
parent
9165ff1edf
commit
77e08b8878
@ -38,7 +38,7 @@ lxc-destroy destroys a container with the identifier NAME\n\
|
|||||||
Options :\n\
|
Options :\n\
|
||||||
-n, --name=NAME NAME of the container\n\
|
-n, --name=NAME NAME of the container\n\
|
||||||
-s, --snapshots destroy including all snapshots\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",
|
--rcfile=FILE Load configuration file FILE\n",
|
||||||
.options = my_longopts,
|
.options = my_longopts,
|
||||||
.parser = my_parser,
|
.parser = my_parser,
|
||||||
|
Loading…
Reference in New Issue
Block a user