Signed-off-by: Burcu Dogan <jbd@google.com>
This commit is contained in:
Burcu Dogan 2016-01-23 14:32:56 -08:00
parent d7c5849537
commit 6014cf22d8
3 changed files with 8 additions and 8 deletions

View file

@ -241,7 +241,7 @@ func attachStdio(stdins, stdout, stderr *string) error {
var KillCommand = cli.Command{
Name: "kill",
Usage: "send a signal to a container or it's processes",
Usage: "send a signal to a container or its processes",
Flags: []cli.Flag{
cli.IntFlag{
Name: "pid,p",