Fix misspelling of "properties" in various places

Signed-off-by: Tim Potter <tpot@hpe.com>
This commit is contained in:
Tim Potter
2017-04-21 12:41:02 +10:00
parent 9f1ef73ef9
commit 9458b39ca9
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ checkpointed.`,
cli.BoolFlag{Name: "file-locks", Usage: "handle file locks, for safety"}, cli.BoolFlag{Name: "file-locks", Usage: "handle file locks, for safety"},
cli.BoolFlag{Name: "pre-dump", Usage: "dump container's memory information only, leave the container running after this"}, cli.BoolFlag{Name: "pre-dump", Usage: "dump container's memory information only, leave the container running after this"},
cli.StringFlag{Name: "manage-cgroups-mode", Value: "", Usage: "cgroups mode: 'soft' (default), 'full' and 'strict'"}, cli.StringFlag{Name: "manage-cgroups-mode", Value: "", Usage: "cgroups mode: 'soft' (default), 'full' and 'strict'"},
cli.StringSliceFlag{Name: "empty-ns", Usage: "create a namespace, but don't restore its properies"}, cli.StringSliceFlag{Name: "empty-ns", Usage: "create a namespace, but don't restore its properties"},
}, },
Action: func(context *cli.Context) error { Action: func(context *cli.Context) error {
if err := checkArgs(context, 1, exactArgs); err != nil { if err := checkArgs(context, 1, exactArgs); err != nil {
+1 -1
View File
@@ -22,4 +22,4 @@ checkpointed.
--file-locks handle file locks, for safety --file-locks handle file locks, for safety
--pre-dump dump container's memory information only, leave the container running after this --pre-dump dump container's memory information only, leave the container running after this
--manage-cgroups-mode value cgroups mode: 'soft' (default), 'full' and 'strict' --manage-cgroups-mode value cgroups mode: 'soft' (default), 'full' and 'strict'
--empty-ns value create a namespace, but don't restore its properies --empty-ns value create a namespace, but don't restore its properties
+1 -1
View File
@@ -80,7 +80,7 @@ using the runc checkpoint command.`,
}, },
cli.StringSliceFlag{ cli.StringSliceFlag{
Name: "empty-ns", Name: "empty-ns",
Usage: "create a namespace, but don't restore its properies", Usage: "create a namespace, but don't restore its properties",
}, },
}, },
Action: func(context *cli.Context) error { Action: func(context *cli.Context) error {