diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2016-07-18 13:48:17 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2016-08-04 13:35:54 +0000 |
commit | 143d09ef2447e2eb8a21693b6bf9df459367f2aa (patch) | |
tree | 36d6ee959177ca24d759c1ad2db715b45ce105eb /share/man | |
parent | Adding error message in container start command if container is locked. (diff) | |
download | compute-tools-143d09ef2447e2eb8a21693b6bf9df459367f2aa.tar.xz compute-tools-143d09ef2447e2eb8a21693b6bf9df459367f2aa.zip |
Adding -f, --force option to container start command to remove stray lock files.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to '')
-rw-r--r-- | share/man/container-start.1.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/share/man/container-start.1.txt b/share/man/container-start.1.txt index 313587d..bf1d8de 100644 --- a/share/man/container-start.1.txt +++ b/share/man/container-start.1.txt @@ -44,6 +44,9 @@ The following container options are available: *-n, --name='NAME'*:: Specify container name. +*-f, --force'*:: + Removing stray lock file if existing. + EXAMPLES -------- |