Fix wrong field name

Signed-off-by: Harry Zhang <harryz@hyper.sh>
This commit is contained in:
Harry Zhang 2016-07-14 17:02:34 +08:00
parent 90f827ca10
commit 9df37c23e4
2 changed files with 3 additions and 3 deletions

View file

@ -79,7 +79,7 @@ var createCheckpointCommand = cli.Command{
},
cli.BoolFlag{
Name: "unix-sockets",
Usage: "perist unix sockets",
Usage: "persist unix sockets",
},
cli.BoolFlag{
Name: "exit",