* This patch add the new collie node kill option to collie.8 man page Signed-off-by: Jens Weber <jweber at tek2b.org> --- man/collie.8 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/man/collie.8 b/man/collie.8 index 369eb0a..7987981 100644 --- a/man/collie.8 +++ b/man/collie.8 @@ -1,4 +1,4 @@ -.TH SHEEPDOG 8 2012-06-27 +.TH SHEEPDOG 8 2012-07-24 .SH NAME collie \- Command line utility for the sheep daemon .SH SYNOPSIS @@ -106,6 +106,9 @@ This command read data from an image. .BI "vdi write [-a address] [-p port] [-h] <vdiname> [<offset> [<len>]]" This command write data to an image. .TP +.BI "node kill [-a address] [-p port] [-r] [-h] <node id>" +This command kill node. +.TP .BI "node list [-a address] [-p port] [-r] [-h]" This command list nodes. .TP -- 1.7.10.4 |