diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2016-04-11 19:36:00 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2016-04-16 10:21:37 +0000 |
commit | 59f8329c73894cc3870f99a9e967de88db0e6371 (patch) | |
tree | 9dc49173e4c6b89093a21056accc755c4ad42ee5 /share/man | |
parent | Adding manpage symlinks for container script shortcut symlinks. (diff) | |
download | compute-tools-59f8329c73894cc3870f99a9e967de88db0e6371.tar.xz compute-tools-59f8329c73894cc3870f99a9e967de88db0e6371.zip |
Renaming container stop command option -k, --kill to -f, --force for consistency.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to '')
-rw-r--r-- | share/man/container-stop.1.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/container-stop.1.txt b/share/man/container-stop.1.txt index 8f368cf..5f8356d 100644 --- a/share/man/container-stop.1.txt +++ b/share/man/container-stop.1.txt @@ -44,7 +44,7 @@ The following container options are available: *-n, --name='NAME'*:: Specify container name. -*-k, --kill*:: +*-f, --force*:: Instead of running the proper shutdown sequence, terminate all processes of the container imediatly. @@ -54,7 +54,7 @@ EXAMPLES sudo container stop -n example.net *Immediately stop example.net container:*:: - sudo container stop -n example.net -k + sudo container stop -n example.net -f SEE ALSO |