mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
Fix misspelling of "properties" in various places
Signed-off-by: Tim Potter <tpot@hpe.com>
This commit is contained in:
+1
-1
@@ -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 {
|
||||||
|
|||||||
@@ -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
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user