mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-16 09:01:09 +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\
|
||||
-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,
|
||||
|
Loading…
Reference in New Issue
Block a user